Add: CurrentStageToString

This commit is contained in:
rubenpirreram
2026-04-30 18:49:56 +02:00
parent e10413b9eb
commit 6069ae9447
3 changed files with 29 additions and 13 deletions
@@ -221,8 +221,6 @@ class GameTest {
assertTrue(game.SlotChoiceByIndex(game.getCurrentState().getCurrentPlayer(), i));
}
System.out.println(game.BoardStamp());
String os = System.getProperty("os.name").toLowerCase();
System.out.println(game.PlayersStamp());
System.out.println(game.toString());
}
}