Implement all Chess Pieces #14

Closed
opened 2024-12-03 14:28:09 +00:00 by leon-adsk · 1 comment
leon-adsk commented 2024-12-03 14:28:09 +00:00 (Migrated from github.com)

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.

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.
leon-adsk commented 2024-12-24 13:28:35 +00:00 (Migrated from github.com)

Closing this since all regular piece movement is working, check / check mate functionality can be it's own issue.

Closing this since all regular piece movement is working, check / check mate functionality can be it's own issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
leon-adsk/r2-boardgames-a#14
No description provided.