-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Implement correct check-mate functionality. Currently the game is over if a player takes the enemy king. The desired behaviour is that the game ends when the king is inevitably threatened. For that if the king is threatened, all possible move options need to be checked to determine if the threat can be defended. This will be complicated, because the game needs to know all possible move options at runtime.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels