feat: working castling
All checks were successful
Linux arm64 / Build (push) Successful in 47s

This commit is contained in:
2025-05-17 18:51:23 +02:00
parent 01f0caf672
commit 646eb6492e
11 changed files with 63 additions and 44 deletions

View File

@@ -51,7 +51,7 @@ public class CastlingCommand extends PlayerCommand {
board.setLastMove(this.kingMove);
outputSystem.onCastling(this.bigCastling);
outputSystem.onCastling(this.bigCastling, kingMove, rookMove);
return CommandResult.Moved;
}