Checkmate dynamic fixed (finallyyyy)

This commit is contained in:
manon 2025-05-13 14:40:05 +02:00
parent 20edcf124b
commit 6985d18238
1 changed files with 1 additions and 0 deletions

View File

@ -383,6 +383,7 @@ public class Board {
if (!simBoard.isKingInCheck(whiteKing)) {
hasEscape = true;
System.out.println("ESCAPE FOUND: " + piece.getType() + " from (" + piece.getX() + "," + piece.getY() + ") to (" + newX + "," + newY + ")");
}
}
}