chessfriend/position/src/move_generator
Eryn Wells f23967f4f3 Rename MoveGenerator::bitboard → _test_bitboard
This method is only used by tests. Mark it with cfg(test) and prefix it with _test
to indicate that fact.
2024-02-11 10:29:09 -07:00
..
tests [position] Fix the peterellisjones::en_passant_discovered_check test 2024-02-11 09:58:18 -07:00
bishop.rs Rename MoveGenerator::bitboard → _test_bitboard 2024-02-11 10:29:09 -07:00
king.rs Rename MoveGenerator::bitboard → _test_bitboard 2024-02-11 10:29:09 -07:00
knight.rs [position] Pass the PlacedPiece in move_set_for_piece() by reference to all the MoveGenerators 2024-02-11 10:17:09 -07:00
move_set.rs [position] Fix all the unit tests 2024-02-03 10:04:41 -08:00
pawn.rs Rework the Pawn move generator to correctly compute en passant moves 2024-02-11 10:23:07 -07:00
queen.rs Rename MoveGenerator::bitboard → _test_bitboard 2024-02-11 10:29:09 -07:00
rook.rs Rename MoveGenerator::bitboard → _test_bitboard 2024-02-11 10:29:09 -07:00
tests.rs [position] Implement all the example positions from Peter Ellis Jones' blog post 2024-02-03 15:16:00 -08:00