No description
Find a file
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
board [board] Implement bishop::ClassicalMoveGenerator 2024-01-06 20:06:54 -08:00
explorer [explorer] A REPL-style command line app to fiddle with chess boards 2023-12-28 15:09:15 -07:00
.gitignore Ignore the target/ directory 2023-12-19 11:13:41 -08:00
Notes.md [board] Add some notes about board geometry 2024-01-06 17:02:07 -08:00