chessfriend/board/src
Eryn Wells 3c699b0b3d [board] Remove the intermediate String when building a diagram representation of a Position
Also ignore the tests in position::diagram_formatter::tests. These don't assert
anything; they're just there for visual spot check.
2024-01-21 13:02:06 -08:00
..
bitboard [board] Implement position::builders::MoveBuilder 2024-01-21 09:23:39 -08:00
move_generator [board] Clean up some stray muts and imports in the bishop move generator module 2024-01-21 09:20:31 -08:00
position [board] Remove the intermediate String when building a diagram representation of a Position 2024-01-21 13:02:06 -08:00
display.rs
lib.rs [board] Remove BoardSide enum; use Castle everywhere 2024-01-21 10:38:50 -08:00
macros.rs [board] Move piece! and position! macros to a new macros.rs module 2024-01-19 18:09:05 -08:00
move.rs [board] Write a bunch of tests to validate the flag methods on Move 2024-01-21 13:01:03 -08:00
piece.rs [board] Update a bunch of methods to take &Piece instead of plain Piece 2024-01-21 09:18:16 -08:00
sight.rs [board] Add position::tests::rook_for_castle 2024-01-21 10:39:24 -08:00
square.rs [board] Remove BoardSide enum; use Castle everywhere 2024-01-21 10:38:50 -08:00