chessfriend/board/src
Eryn Wells 994f17091b [board] Implement Board::unwrap_color
Unwrap an Option<Color> using the board's active color in the default case.
2025-05-23 18:37:13 -07:00
..
castle [board, core, moves, position] Implement castling 2025-05-19 16:50:30 -07:00
piece_sets [board] Remove some old PlacedPiece code 2025-05-19 16:50:44 -07:00
board.rs [board] Implement Board::unwrap_color 2025-05-23 18:37:13 -07:00
castle.rs [board, position] Add a color argument to opposing_sight 2025-05-23 09:56:47 -07:00
check.rs [board, position] Implement some methods to check for whether a king is in check 2025-05-23 09:57:48 -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
fen.rs [board, core, moves, position] Implement castling 2025-05-19 16:50:30 -07:00
lib.rs [board, position] Implement some methods to check for whether a king is in check 2025-05-23 09:57:48 -07:00
macros.rs WIP 2025-05-08 17:37:51 -07:00
movement.rs [board, core, bitboard] Clean up casts between Rank, File and BitBoard 2025-05-23 18:32:18 -07:00
piece_sets.rs [board] Add PieceSet::find_pieces 2025-05-23 09:52:22 -07:00
sight.rs [board, position] Add a color argument to opposing_sight 2025-05-23 09:56:47 -07:00