Board work
This commit is contained in:
parent
dff0d5c704
commit
a7cf196b7a
|
|
@ -30,7 +30,7 @@ public class Board {
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isTurnWhite() {
|
public boolean isTurnWhite() {
|
||||||
return (TurnNumber % 2 == 0);;
|
return (TurnNumber % 2 == 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setPiece(boolean isWhite, PieceType type, int x, int y) {
|
public void setPiece(boolean isWhite, PieceType type, int x, int y) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue