test
This commit is contained in:
@@ -85,7 +85,7 @@ public class GomokuGame {
|
||||
}
|
||||
GomokuGame g = new GomokuGame(false);// metre true ou fals si in veut l'affichage ou non
|
||||
g.board = new GomokuBoard(sizeX, sizeY);
|
||||
g.board.get(0, 0).setState(Color.BLACK);
|
||||
g.board.get(sizeX / 2, sizeY / 2).setState(Color.BLACK);
|
||||
g.player1 = new Human("un", Color.WHITE, nbToken);
|
||||
g.player2 = new GomokuAI("deux", Color.BLACK, nbToken - 1);
|
||||
System.out.println(g.board);
|
||||
|
||||
Reference in New Issue
Block a user