chessfriend/position/src
2024-02-02 08:03:51 -08:00
..
move_generator [position] For non-King move generators, only generate moves if the push and captures masks aren't empty 2024-02-02 08:03:51 -08:00
position [position] Clean up Position's construction scheme 2024-02-02 07:28:12 -08:00
check.rs [position] Calculate push and capture masks on CheckingPieces 2024-02-02 07:53:50 -08:00
display.rs Directly rename board -> position 2024-01-28 09:56:57 -08:00
fen.rs [position] Add a fen! macro 2024-01-30 08:35:02 -08:00
lib.rs Initial implementation of CheckingPieces and Position::checking_pieces() 2024-01-30 08:53:13 -08:00
macros.rs [position] Clean up rook unit tests 2024-01-28 10:28:01 -08:00
move.rs [position] Implement FromFen for Position, Piece, and Color 2024-01-29 16:10:08 -08:00
move_generator.rs [position] For non-King move generators, only generate moves if the push and captures masks aren't empty 2024-02-02 08:03:51 -08:00
sight.rs [position] Implement SliderRayToSquareExt on Shape instead of PlacedPiece 2024-02-02 07:29:43 -08:00
tests.rs Add an assert_move_list! macro to help with verifying move lists 2024-01-29 14:46:41 -08:00