trying working with isHiglighted

This commit is contained in:
hugomanipoud2 2025-05-20 14:29:33 +02:00
parent 4087571352
commit 2f327e8af7
1 changed files with 2 additions and 2 deletions

View File

@ -183,8 +183,8 @@ public class Board {
/* The following methods require more work ! */
public boolean isHighlighted(int x, int y) {
//TODO
return false;
boolean isAPieceHere = setSelectXY(x,y);
return isAPieceHere;
}
public void undoLastMove() {