chessfriend/board/src
Eryn Wells e1e27fc668 [board] Implement TryFrom<&str> for Shape
Convert a string to a Shape using the first character in the string.
Rename TryFromCharError → TryFromError
2023-12-28 19:50:02 -07:00
..
bitboard [board] Move all the BitBoard shift code to a new bitboard::shifts module 2023-12-28 12:14:30 -07:00
moves [board] Add a MoveGenerator struct 2023-12-27 10:02:37 -07:00
position [board] A couple small changes to support the explorer crate 2023-12-28 15:11:57 -07:00
lib.rs [board] A couple small changes to support the explorer crate 2023-12-28 15:11:57 -07:00
piece.rs [board] Implement TryFrom<&str> for Shape 2023-12-28 19:50:02 -07:00
square.rs [board] Move neighbor::Direction → square::Direction 2023-12-27 08:01:44 -07:00
tests.rs [board] Some test helpers that produce Squares from algebraic notiation and assert their validity 2023-12-28 12:08:44 -07:00