This commit is contained in:
rubenpirreram
2026-04-29 17:46:58 +02:00
parent 267f7322e3
commit 609229058f
13 changed files with 120 additions and 14 deletions
@@ -216,6 +216,6 @@ class GameTest {
players.add( game.getCurrentState().getCurrentPlayer());
assertTrue(game.SlotChoiceByIndex(game.getCurrentState().getCurrentPlayer(), i));
}
//System.out.println(game);
System.out.println(game);
}
}