chessfriend/board/src
Eryn Wells c6e799f722 [board] Implement bishop::ClassicalMoveGenerator
Implement a bishop move generator using the "classical" approach.
This approach walks each ray to find blockers and then masks out friendly pieces.
This is not efficient compared to other approaches, but it's much easier to implement.
2024-01-06 20:06:54 -08:00
..
bitboard [board] Refactor ray BitBoard lookups 2024-01-06 19:47:55 -08:00
moves [board] Implement bishop::ClassicalMoveGenerator 2024-01-06 20:06:54 -08:00
position [board] Implement rook::ClassicalMoveGenerator 2024-01-06 19:51:06 -08:00
lib.rs Remove tests module 2024-01-06 16:45:13 -08:00
piece.rs [board] Add inline and const modifiers to methods on PlacedPiece 2024-01-06 08:49:51 -08:00
square.rs Remove tests module 2024-01-06 16:45:13 -08:00