chessfriend/board/src
Eryn Wells 3b3062108a [board] Implement fmt::Display on Square
Prints the square in algebraic notation
2024-01-05 18:29:01 -08:00
..
bitboard [board] Get king moves from the bitboard library 2024-01-02 08:42:47 -08:00
moves [board] Get king moves from the bitboard library 2024-01-02 08:42:47 -08:00
position [board] Create const arrays for Shape that return &'static to its enum cases 2023-12-31 11:44:47 -08:00
lib.rs [board] A couple small changes to support the explorer crate 2023-12-28 15:11:57 -07:00
piece.rs [board] Create const arrays for Shape that return &'static to its enum cases 2023-12-31 11:44:47 -08:00
square.rs [board] Implement fmt::Display on Square 2024-01-05 18:29:01 -08:00
tests.rs [board] Implement fmt::Display on Square 2024-01-05 18:29:01 -08:00