chessfriend/moves/src
Eryn Wells 5f1fce6cc2 Fix the remaining tests
Well… all the tests except the Peter Ellis Jones tests.

Pass around whole EnPassant types instead of pulling out just the e.p. square.
Make sure that Castling moves have their target and origin squares populated.
Add a color field to the Castle move style to make this possible.
2024-02-25 12:38:55 -08:00
..
builder.rs Fix the remaining tests 2024-02-25 12:38:55 -08:00
castle.rs Make moves::castle::Parameters public 2024-02-25 08:51:23 -08:00
defs.rs Pad out the discriminants of Kind variants 2024-02-11 10:23:07 -07:00
en_passant.rs Fix the pawn unit tests 2024-02-25 10:51:27 -08:00
lib.rs Implement some helpful testing types and traits in the moves package 2024-02-25 09:15:07 -08:00
moves.rs In Move::capture_square, move the en passant check above the simple capture check 2024-02-13 11:04:21 -07:00
testing.rs Implement some helpful testing types and traits in the moves package 2024-02-25 09:15:07 -08:00