chessfriend/moves/src
Eryn Wells eaab34587c [board, explorer, moves] Make Board::active_color private
Make the struct attribute private, and export two new methods. A getter, active_color(),
and a setter, set_active_color().

Update all references to the attribute to use the methods.
2025-06-02 17:29:52 -07:00
..
generators [moves] Implement AllPiecesMoveGenerator 2025-05-28 16:22:16 -07:00
builder.rs [board, core, moves, position] Implement castling 2025-05-19 16:50:30 -07:00
defs.rs [moves] Implement promotions and en passant in the PawnMoveGenerator 2025-05-24 18:01:14 -07:00
generators.rs [moves] Implement From<GeneratedMove> for Move 2025-06-01 19:03:28 -07:00
lib.rs [explorer, moves, position] Implement bespoke make_move and unmake_move methods on Position 2025-06-01 19:02:53 -07:00
make_move.rs [board, explorer, moves] Make Board::active_color private 2025-06-02 17:29:52 -07:00
moves.rs [board, moves] Update some comments and docs 2025-05-31 15:14:24 -07:00
record.rs [board, explorer, moves] Make Board::active_color private 2025-06-02 17:29:52 -07:00
testing.rs Implement some helpful testing types and traits in the moves package 2024-02-25 09:15:07 -08:00
unmake_move.rs [board, explorer, moves] Make Board::active_color private 2025-06-02 17:29:52 -07:00