Finish Chess Implementation #21
Labels
No labels
bug
documentation
duplicate
enhancement
feedback needed
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
leon-adsk/r2-boardgames-a#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Certain aspects of chess do not adhere to the rules of the game yet. While kings cannot move into check it is possible to move in ways which do not end an already ongoing check.
This can be probably fixed with some global state and custom movement rules so all of this should be hopefully doable within the chess-demo project without touching the actual framework.
We'll ignore more advanced rules like en passant because I don't think anybody cares!
chess is mostly working now though some compromises have been made in terms of the kings behaviour. The king does not need to be put into check, rather the game ends when a king is captured.