chessfriend/position
Eryn Wells e6a9b7f8c4 Return a chessfriend_moves::EnPassant from a new Position::en_passant()
Replace Position's en_passant_target_square() and en_passant_capture_square()
with a single en_passant() method that returns a new EnPassant struct that has
the target and capture squares for the en passant move.
2024-02-11 10:23:07 -07:00
..
src Return a chessfriend_moves::EnPassant from a new Position::en_passant() 2024-02-11 10:23:07 -07:00
Cargo.lock Directly rename board -> position 2024-01-28 09:56:57 -08:00
Cargo.toml Return a chessfriend_moves::EnPassant from a new Position::en_passant() 2024-02-11 10:23:07 -07:00