chessfriend/board/src
2023-12-26 11:13:44 -07:00
..
bitboard [board] Build error and warning fixes 2023-12-26 09:16:55 -07:00
position [board] Implement a Pieces iterator 2023-12-26 09:19:38 -07:00
bitboard.rs [board] Rename BitBoard::pieces() → occupied_squares() 2023-12-26 09:15:53 -07:00
lib.rs [board] Add neighbor and piece modules 2023-12-23 09:18:07 -07:00
neighbor.rs [board] Add neighbor and piece modules 2023-12-23 09:18:07 -07:00
piece.rs [board] Implement Color::other() that swaps the color for the other 2023-12-26 11:13:44 -07:00
position.rs [board] Implement a Pieces iterator 2023-12-26 09:19:38 -07:00
square.rs [board] Derive a bunch of traits for Color, Shape, Piece, and Square 2023-12-26 09:15:24 -07:00