adding back removed stuffs

This commit is contained in:
Jérôme BEDIER 2025-05-21 20:30:01 +02:00
parent 5560bfb78c
commit 8bcc9559de
1 changed files with 7 additions and 0 deletions

View File

@ -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());