Implement all Chess Pieces #14
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#14
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?
Make bishops that move diagonally, knights that move in pattern etc.
Keep in mind that all pieces need to keep track of whether they are putting the enemy king in check as they make their moves and notify the other player of this.
this relies greatly on issue #13 being fully implemented.
Closing this since all regular piece movement is working, check / check mate functionality can be it's own issue.