remove something ?
This commit is contained in:
parent
39a9f11686
commit
5560bfb78c
|
|
@ -415,12 +415,6 @@ public class Board {
|
||||||
System.out.println("No moves to undo.");
|
System.out.println("No moves to undo.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public Board(Board board) {
|
|
||||||
//TODO
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public void playMove(Move move) {
|
public void playMove(Move move) {
|
||||||
// Save current state before move for undo
|
// Save current state before move for undo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue