chessfriend/board/src
2023-12-28 12:14:30 -07:00
..
bitboard [board] Move all the BitBoard shift code to a new bitboard::shifts module 2023-12-28 12:14:30 -07:00
moves [board] Add a MoveGenerator struct 2023-12-27 10:02:37 -07:00
position [board] Pass piece argument to Position::bitboard_for_piece() by value instead of by reference 2023-12-27 08:31:02 -07:00
lib.rs [board] Some test helpers that produce Squares from algebraic notiation and assert their validity 2023-12-28 12:08:44 -07:00
piece.rs [board] Implement fmt::Display for Piece 2023-12-26 21:33:00 -07:00
square.rs [board] Move neighbor::Direction → square::Direction 2023-12-27 08:01:44 -07:00
tests.rs [board] Some test helpers that produce Squares from algebraic notiation and assert their validity 2023-12-28 12:08:44 -07:00