adding back removed stuffs
This commit is contained in:
parent
5560bfb78c
commit
8bcc9559de
|
|
@ -416,6 +416,13 @@ public class Board {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
public Board(Board board) {
|
||||
//TODO
|
||||
|
||||
}
|
||||
|
||||
|
||||
public void playMove(Move move) {
|
||||
// Save current state before move for undo
|
||||
undoStack.push(toFileRep());
|
||||
|
|
|
|||
Loading…
Reference in New Issue