chessfriend/board/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
..
castle [board, moves, position] Implement KingMoveGenerator 2025-05-26 23:37:33 -07:00
piece_sets [board] Implement iter() on board 2025-06-01 17:28:47 -07:00
board.rs [board, explorer, moves] Make Board::active_color private 2025-06-02 17:29:52 -07:00
board_provider.rs [board, moves, position] Move make_move routines to moves crate 2025-05-31 19:04:21 -07:00
castle.rs [board, explorer, moves] Make Board::active_color private 2025-06-02 17:29:52 -07:00
check.rs [board, explorer, moves] Make Board::active_color private 2025-06-02 17:29:52 -07:00
display.rs [board] Add an option to display a board with ASCII characters 2025-05-23 09:53:59 -07:00
en_passant.rs Move a whole bunch of stuff to the new chessfriend_board package 2024-04-25 13:28:24 -07:00
fen.rs [board, explorer, moves] Make Board::active_color private 2025-06-02 17:29:52 -07:00
lib.rs [board, moves, position] Move make_move routines to moves crate 2025-05-31 19:04:21 -07:00
macros.rs [board, explorer, moves] Make Board::active_color private 2025-06-02 17:29:52 -07:00
movement.rs [board, moves, position] Implement KingMoveGenerator 2025-05-26 23:37:33 -07:00
piece_sets.rs [board, position] Return replaced piece when placing a piece with PlacePieceStrategy::Replace 2025-06-02 15:54:00 -07:00
sight.rs [board, explorer, moves] Make Board::active_color private 2025-06-02 17:29:52 -07:00