ucfai / knightros-gambit

Knightr0's Gambit is a partnership between the UCF student chapter of the Institute of Electrical and Electronics Engineers and the UCF Artificial Intelligence club to create an automatic chessboard (similar to Harry Potter's Wizard Chess with less violence) powered by a custom chess AI.
https://ucfai.github.io/knightros-gambit/
2 stars 3 forks source link

Validate parsing move from two occupancy grids #118

Open nashirj opened 2 years ago

nashirj commented 2 years ago

The CV approach introduced in #103 creates occupancy grids for each board state. The difference in these is used to generate the move that was made. Need to validate the code written to do this works.

nashirj commented 2 years ago

For an overview of how the move parsing works, look at this section of the project overview doc.