saving games data to games.csv

This commit is contained in:
michiel
2026-01-20 13:41:10 +01:00
parent 4c8bd89a35
commit fb32bc6f8e
3 changed files with 70 additions and 12 deletions

View File

@@ -74,6 +74,8 @@ public abstract class BitboardGame implements TurnBasedGame {
return playerBitboard.length;
}
public int getAmountOfTurns() { return currentTurn; }
public int getCurrentTurn() {
return getCurrentPlayerIndex();
}