Add Continuous Movement #13

Closed
opened 2024-12-03 14:27:12 +00:00 by leon-adsk · 0 comments
leon-adsk commented 2024-12-03 14:27:12 +00:00 (Migrated from github.com)

The current Move system only accounts for instant moves from A to B, this means a bishop would be able to move through any pieces in it's way etc.

We need a continuous MovementRule which takes a set of positions around the piece and iterates over them and their logical next moves (within those constraints) to find whether a path is valid or not.

The current Move system only accounts for instant moves from A to B, this means a bishop would be able to move through any pieces in it's way etc. We need a continuous MovementRule which takes a set of positions around the piece and iterates over them and their logical next moves (within those constraints) to find whether a path is valid or not.
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#13
No description provided.