No description
Find a file
Eryn Wells 620701057d [board] Rehash BitBoard's std::ops implementations
Implement bitwise AND and OR for all permutations of BitBoard and &BitBoard.
Refer to the std::ops traits by fully-qualified path rather than requiring the
module to import those traits to implement them.

Implement bitwise AND and OR assignment (&= and |=) for BitBoard and &BitBoard.

Implement XOR and XOR assignment for BitBoards.
2024-01-21 09:14:02 -08:00
board [board] Rehash BitBoard's std::ops implementations 2024-01-21 09:14:02 -08:00
explorer [board] Cave to pressure and implement fmt::Display for Position 2024-01-19 18:12:28 -08: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