RoastBeefer00 / chess-lib

Chess library written in Rust.
0 stars 0 forks source link

Implement Possible and Legal Moves From Any Square #2

Open RoastBeefer00 opened 17 hours ago

RoastBeefer00 commented 17 hours ago

Given any Square as input, I want to be able to calculate all possible moves (legal and illegal) and return a vector of Moves. These should be separate functions.

RoastBeefer00 commented 17 hours ago

This is being worked on in the feature/movement branch