trying working with isHiglighted
This commit is contained in:
parent
4087571352
commit
2f327e8af7
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue