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. |
||
---|---|---|
.. | ||
src | ||
Cargo.lock | ||
Cargo.toml |