currently working on highlight moves. please do not edit

This commit is contained in:
keshi 2025-05-10 14:18:18 +02:00
parent 7a8ae49776
commit 3ed3826df5
1 changed files with 3 additions and 2 deletions

View File

@ -168,8 +168,9 @@ public class Board {
/* The following methods require more work ! */
public boolean isHighlighted(int x, int y) {
return true;
}
//return highlightedSquares.contains(Point(x,y));
return true
;}
public void undoLastMove() {
//TODO