chessfriend/position/src
Eryn Wells e3d17219ad [board, position] Simplify check methods
Only one check-testing method, Board::is_in_check(), that tests if the current
active player is in check. It doesn't make sense to test if the non-active player
is in check.
2025-06-29 09:25:08 -07:00
..
move_generator [board, moves, position] Make the Peter Ellis Jones gotcha unit tests work 2025-06-06 21:45:07 -07:00
position [position] Remove unused CapturesList::last() 2025-06-12 17:37:53 -07:00
check.rs WIP 2025-05-08 17:37:51 -07:00
evaluation.rs [position] Remove the to_move_factor from symmetric evaluation 2025-06-24 20:04:41 -07:00
lib.rs [board, core, position] A simple static evaluation method for scoring positions 2025-06-20 14:23:57 -07:00
macros.rs [position] Remove cfg(test) from test_position! macro 2025-06-07 08:51:46 -07:00
perft.rs [perft] Remove an unused Move import 2025-06-20 14:25:27 -07:00
position.rs [board, position] Simplify check methods 2025-06-29 09:25:08 -07:00
testing.rs [explorer, moves, position] Remove unused MoveBuilder 2025-06-08 17:16:23 -07:00