added cleanboard
This commit is contained in:
parent
c2575a8bee
commit
ea7ae97c61
|
|
@ -72,7 +72,8 @@ public class Board {
|
|||
}
|
||||
|
||||
public void cleanBoard() {
|
||||
//TO DO
|
||||
this.board = new Piece[width][height]; // should work ?
|
||||
//this.isTurnWhite = true;
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue