Commit graph

1 commit

Author SHA1 Message Date
edf7d1cd2f [board] Implement queen::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:33:30 -08:00