Compare commits
2 Commits
28a768b132
...
e515888649
| Author | SHA1 | Date |
|---|---|---|
|
|
e515888649 | |
|
|
8bcc9559de |
|
|
@ -416,6 +416,13 @@ public class Board {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
public Board(Board board) {
|
||||
//TODO
|
||||
|
||||
}//test
|
||||
|
||||
|
||||
public void playMove(Move move) {
|
||||
// Save current state before move for undo
|
||||
undoStack.push(toFileRep());
|
||||
|
|
|
|||
Loading…
Reference in New Issue