No description
Find a file
Eryn Wells bcab682bb1 [board] Reimplement Square as an enum
Replace the implementation of Square as an enum. Add Rank and File enums to
support this.

Along the way, change implementations of various methods taking Squares and
BitBoards to take them by value instead of by reference. I don't think much is
gained passing these types by reference because they're such small POD structs.
2024-01-06 16:56:19 -08:00
board Remove tests module 2024-01-06 16:45:13 -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 Add some notes 2023-12-22 08:51:18 -08:00