final commit, castling can handle undo

This commit is contained in:
hugomanipoud2 2025-05-23 13:48:34 +02:00
parent c7d7991a16
commit 7d75f02e26
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ public class Main {
// testing :
Board testBoard = new Board(8, 8);
testBoard.populateBoard();
int turnNb = testBoard.getTurnNumber();
System.out.println(testBoard.toString());