Compare commits

...

2 Commits

Author SHA1 Message Date
Jérôme BEDIER e515888649 test push 2025-05-21 20:31:54 +02:00
Jérôme BEDIER 8bcc9559de adding back removed stuffs 2025-05-21 20:30:01 +02:00
1 changed files with 7 additions and 0 deletions

View File

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