chessfriend/board/src
Eryn Wells 852b7a848f [board] Implement PawnMoveGenerator
It generates pawn moves with bitboard bit operations!
2023-12-29 09:03:02 -08:00
..
bitboard [board] Implement BitBoard::shift_east 2023-12-29 08:58:34 -08:00
moves [board] Implement PawnMoveGenerator 2023-12-29 09:03:02 -08:00
position [board] Implement Position::move_generator 2023-12-29 08:59:13 -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] Implement TryFrom<&str> for Shape 2023-12-28 19:50:02 -07:00
square.rs [board] Move neighbor::Direction → square::Direction 2023-12-27 08:01:44 -07:00
tests.rs [board] Implement PawnMoveGenerator 2023-12-29 09:03:02 -08:00