Castling super ok

This commit is contained in:
gwitt 2025-05-16 09:22:29 +02:00
parent f01ee092c0
commit c6912dc166
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
} //test2
public void userTouch(int x, int y) {
boolean positionOccupied = this.positionOccupied(x, y) ; // verify if the square is occupied