This commit is contained in:
Gaspard VANCOMPERNOLLE 2025-04-09 10:22:44 +02:00
parent 8cd5e5adfc
commit 4a123b0312
2 changed files with 1 additions and 1 deletions

View File

@ -134,6 +134,7 @@ public class Board {
return x == selectedX && y == selectedY; return x == selectedX && y == selectedY;
} }
/* saving-loading feature :*/ /* saving-loading feature :*/

View File

@ -28,5 +28,4 @@ public class Piece {
public boolean isWhite() { public boolean isWhite() {
return isWhite; return isWhite;
} }
} }