chessfriend/position/src
Eryn Wells 7b97060ba2 [position] The KingMoveGenerator doesn't use push or capture masks
Mark these arguments with an _ so the linter stops complaining about it.
2024-02-01 08:43:49 -08:00
..
move_generator [position] The KingMoveGenerator doesn't use push or capture masks 2024-02-01 08:43:49 -08:00
position Initial implementation of CheckingPieces and Position::checking_pieces() 2024-01-30 08:53:13 -08:00
check.rs Initial implementation of CheckingPieces and Position::checking_pieces() 2024-01-30 08:53:13 -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] Plumb capture mask and push mask arguments through all move generators 2024-01-29 20:12:12 -08:00
sight.rs [position] Factor out the update_moves_with_ray! as ray_in_direction! 2024-02-01 08:43:03 -08:00
tests.rs Add an assert_move_list! macro to help with verifying move lists 2024-01-29 14:46:41 -08:00