Compare commits
2 Commits
c97c20625e
...
ea7ae97c61
| Author | SHA1 | Date |
|---|---|---|
|
|
ea7ae97c61 | |
|
|
c2575a8bee |
|
|
@ -71,8 +71,9 @@ public class Board {
|
|||
}
|
||||
}
|
||||
|
||||
public void cleanBoard() {
|
||||
this.populateBoard(); // not sure at all
|
||||
public void cleanBoard() {
|
||||
this.board = new Piece[width][height]; // should work ?
|
||||
//this.isTurnWhite = true;
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue