feat: NCS-40 Rework Draw System #34
Reference in New Issue
Block a user
Delete Branch "feat/NCS-40"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -140,0 +142,4 @@/** Resign from the game. The opponent wins. */def resign(color: Color): Unit = synchronized {if currentContext.result.isDefined thennotifyObservers(InvalidMoveEvent(currentContext, InvalidMoveReason.GameAlreadyOver))Good one, I can already see how ill use that for the frontend