Castling super ok

This commit is contained in:
gwitt 2025-05-16 09:22:07 +02:00
parent 017377fe73
commit f01ee092c0
1 changed files with 1 additions and 1 deletions

View File

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