chessfriend/board/src
2023-12-31 11:44:47 -08:00
..
bitboard [board] Change the type of BitScanner.shift form u32 to usize 2023-12-31 09:27:16 -08:00
moves [board] Replace Moves' separate properties with a Vec of Iterators 2023-12-31 11:44:47 -08:00
position [board] Create const arrays for Shape that return &'static to its enum cases 2023-12-31 11:44:47 -08:00
lib.rs [board] A couple small changes to support the explorer crate 2023-12-28 15:11:57 -07:00
piece.rs [board] Create const arrays for Shape that return &'static to its enum cases 2023-12-31 11:44:47 -08:00
square.rs [board] Clean up interfaces of pieces and square structs 2023-12-29 09:17:33 -08:00
tests.rs [board] Implement PawnMoveGenerator 2023-12-29 09:03:02 -08:00