currently working on highlight moves. please do not edit
This commit is contained in:
parent
7a8ae49776
commit
3ed3826df5
|
|
@ -168,8 +168,9 @@ public class Board {
|
||||||
/* The following methods require more work ! */
|
/* The following methods require more work ! */
|
||||||
|
|
||||||
public boolean isHighlighted(int x, int y) {
|
public boolean isHighlighted(int x, int y) {
|
||||||
return true;
|
//return highlightedSquares.contains(Point(x,y));
|
||||||
}
|
return true
|
||||||
|
;}
|
||||||
|
|
||||||
public void undoLastMove() {
|
public void undoLastMove() {
|
||||||
//TODO
|
//TODO
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue