feat: refactor ChessBoardView to use AtomicReference for state management
Build & Test (NowChessSystems) TeamCity build failed

This commit is contained in:
2026-04-14 15:19:09 +02:00
parent ec2ab2f365
commit 50ecc0fd4d
154 changed files with 256 additions and 12042 deletions
@@ -0,0 +1,8 @@
package de.nowchess.api.game
/** Reason why a game ended in a draw. */
enum DrawReason:
case Stalemate
case InsufficientMaterial
case FiftyMoveRule
case Agreement