chessfriend/board/src
2025-05-25 11:05:10 -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 [moves] Knight move generator and tests 2025-05-25 11:05:10 -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 Move a whole bunch of stuff to the new chessfriend_board package 2024-04-25 13:28:24 -07:00
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] Fix a bug in PieceSet::opposing_occupancy 2025-05-24 17:54:46 -07:00
sight.rs [board, position] Add a color argument to opposing_sight 2025-05-23 09:56:47 -07:00