added cleanboard

This commit is contained in:
Jérôme BEDIER 2025-05-06 13:50:40 +02:00
parent c2575a8bee
commit ea7ae97c61
1 changed files with 2 additions and 1 deletions

View File

@ -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() {