No description
Find a file
Eryn Wells a6b98abb95 [board] Create a bitboard! macro and BitBoardBuilder
The Builder enables cleanly building a BitBoard out of squares.
The macro lets you create a BitBoard from a simple list of coordinates:

bitboard!(A1, B2, C3, D4, …)
2024-01-15 17:17:34 -08:00
board [board] Create a bitboard! macro and BitBoardBuilder 2024-01-15 17:17:34 -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
chess_pieces.txt Quick text file of all the Unicode chess characters 2024-01-14 10:58:06 -08:00
Notes.md [board] Add some notes about board geometry 2024-01-06 17:02:07 -08:00