Open RoastBeefer00 opened 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.
This is being worked on in the feature/movement branch
feature/movement
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.