Commit graph

3 commits

Author SHA1 Message Date
ca9ff94d2a [board] Rename the moves modules → move_generator
Update the imports.
Also update some references to crate symbols in move_generator macros to use $crate.
2024-01-17 08:40:09 -08:00
5961b1bcd5 [board] Export BitBoard directly off of the crate for internal use
Update all the imports to import from the crate directly.
2024-01-14 10:57:22 -08:00
b842b3520b [board] Implement a MoveSet struct
This struct represents a set of moves for a PlacedPiece
2024-01-05 18:30:00 -08:00