mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
saving games data to games.csv
This commit is contained in:
@@ -74,6 +74,8 @@ public abstract class BitboardGame implements TurnBasedGame {
|
||||
return playerBitboard.length;
|
||||
}
|
||||
|
||||
public int getAmountOfTurns() { return currentTurn; }
|
||||
|
||||
public int getCurrentTurn() {
|
||||
return getCurrentPlayerIndex();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user