mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 19:04:49 +00:00
Drawing of board on canvas is now done from bitboards rather than translating.
This commit is contained in:
@@ -75,6 +75,8 @@ public abstract class BitboardGame<T extends BitboardGame<T>> implements TurnBas
|
||||
return players[getCurrentPlayerIndex()];
|
||||
}
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public long[] getBoard() {return this.playerBitboard;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user