start qui marche
This commit is contained in:
@@ -90,12 +90,12 @@ public class GomokuGame {
|
|||||||
{
|
{
|
||||||
g.load(Path.of(path_a_load));
|
g.load(Path.of(path_a_load));
|
||||||
}
|
}
|
||||||
|
g.newGame(false, "Player 1", "Player 2", DEFAULT_TOKENS_COUNT);
|
||||||
g.renderer = new ConsoleRenderer();
|
g.renderer = new ConsoleRenderer();
|
||||||
g.renderer.update();
|
g.renderer.init(g);
|
||||||
g.board.expandBoard(Cardinal.SE);
|
g.board.expandBoard(Cardinal.SE);
|
||||||
g.renderer.update();
|
g.renderer.update();
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user