Compare commits

...

2 Commits

Author SHA1 Message Date
Jérôme BEDIER ea7ae97c61 added cleanboard 2025-05-06 13:50:40 +02:00
Jérôme BEDIER c2575a8bee removed useless line 2025-05-06 13:32:51 +02:00
1 changed files with 3 additions and 2 deletions

View File

@ -71,8 +71,9 @@ public class Board {
} }
} }
public void cleanBoard() { public void cleanBoard() {
this.populateBoard(); // not sure at all this.board = new Piece[width][height]; // should work ?
//this.isTurnWhite = true;
} }
public String toString() { public String toString() {