Castling super ok
This commit is contained in:
parent
c6912dc166
commit
065fcd4366
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue