Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Fil-tre som må lastes ned evt. importeres med Digital Compendium-panelet 

...

:


Code Block
titlebattleship.emfs
collapsetrue
emfs

/games/ #java #package	
	FxmlApp.java			 		@ git@github.com:hallvard/javafx/games/src/games/FxmlApp.java;	
	FxmlBuilderFactory.java 		@ git@github.com:hallvard/javafx/games/src/games/FxmlBuilderFactory.java;	
	FxmlGame.java					@ git@github.com:hallvard/javafx/games/src/games/FxmlGame.java;	
	imagegrid/ #java #package		
		ImageGrid.java				@ git@github.com:hallvard/javafx/games/src/games/imagegrid/ImageGrid.java;		
		ImageGridGame.java			@ git@github.com:hallvard/javafx/games/src/games/imagegrid/ImageGridGame.java;		
		;	
	battleship/ #java ##package		
		IBattleshiphit64x64.javapng				@ git@github.com:hallvard/javafx/games/src/games/battleship/IBattleship.java
		BattleshipFX.java		hit64x64.png;		
		miss64x64.png           	@ git@github.com:hallvard/javafx/games/src/games/battleship/miss64x64.png;		
		ocean64x64.png          	@ git@github.com:hallvard/javafx/games/src/games/battleship/BattleshipFX.java
		BattleshipFX.fxml	ocean64x64.png;
		
		battleship1/			
			IBattleship.java		@ git@github.com:hallvard/javafx/games/src/games/battleship/battleship1/BattleshipFX.fxml
		;
	battleship/res
		hit64x64.png				IBattleship.java;			
			Cell.java				@ git@github.com:hallvard/javafx/games/src/games/battleship/battleship1/Cell.java;			
			Battleship.java			@ git@github.com:hallvard/javafx/games/src/games/battleship/resbattleship1/hit64x64.pngBattleship.java;			
		miss64x64.png               	BattleshipFX.java		@ git@github.com:hallvard/javafx/games/src/games/battleship/resbattleship1/miss64x64.pngBattleshipFX.java;			
		ocean64x64.png              	BattleshipFX.fxml		@ git@github.com:hallvard/javafx/games/src/games/battleship/resbattleship1/ocean64x64BattleshipFX.pngfxml;


Merk at du godt kan la være bruke å IBattleship-grensesnittet, men da må du omprogrammere appen, så den bruker andre metoder enn vi har forutsatt. Det er nok mer arbeid, men kanskje enda mer lærerikt?

...