Castling super ok

This commit is contained in:
gwitt 2025-05-16 09:26:27 +02:00
parent c6912dc166
commit 065fcd4366
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ public class Board {
public ArrayList<Piece> getPieces() {
return pieces;
} //test2
}
public void userTouch(int x, int y) {
boolean positionOccupied = this.positionOccupied(x, y) ; // verify if the square is occupied