almost working

This commit is contained in:
2025-04-18 18:42:28 +02:00
parent b83726925e
commit 4a58136afe
12 changed files with 232 additions and 16 deletions

View File

@@ -55,7 +55,6 @@ public class CommandExecutor {
this.dispatcher.onBoardUpdate();
if (checkGameStatus()) {
this.dispatcher.onGameEnd();
return;
}
switchPlayerTurn(command instanceof UndoCommand);
return;