Compare commits
3 Commits
MecaniqueJ
...
9f78dad6e5
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f78dad6e5 | |||
| 830729ca21 | |||
| d95d52785e |
@@ -40,8 +40,7 @@ public class AvalamWindow extends JFrame {
|
||||
// Chargement du plateau initial depuis Plateau.txt
|
||||
// ----------------------------------------------------------
|
||||
Tower[][] initialGrid = BoardLoader.loadFromFile("fr/iut_fbleau/Res/Plateau.txt");
|
||||
// debug TEMP !!!!!!!!!
|
||||
System.out.println("DEBUG Plateau: Grid[0][0] = " + initialGrid[0][0]);
|
||||
|
||||
board = new AvalamBoard(initialGrid); // PLAYER1 commence
|
||||
|
||||
// ----------------------------------------------------------
|
||||
|
||||
BIN
fr/iut_fbleau/Res/BackgroundAvalam.png
Normal file
BIN
fr/iut_fbleau/Res/BackgroundAvalam.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
Reference in New Issue
Block a user