No description
Find a file
Eryn Wells 164fe94bc0 [board] Implement danger squares for the current player
This concept comes from [1]. Danger squares are the squares a king cannot move to
because it would permit the opposing player to capture the king on their next
turn.

[1]: https://peterellisjones.com/posts/generating-legal-chess-moves-efficiently/
2024-01-28 09:08:22 -08:00
bitboard [bitboard] Make the bitboard crate more crate-like 2024-01-24 09:16:21 -08:00
board [board] Implement danger squares for the current player 2024-01-28 09:08:22 -08:00
core [board] Implement danger squares for the current player 2024-01-28 09:08:22 -08:00
doc
explorer [explorer] Track result of command with a CommandResult type, and overall state with a State type 2024-01-24 17:16:33 -08:00
.gitignore
Cargo.lock Merge branch 'many-crates' 2024-01-24 09:23:35 -08:00
Cargo.toml Specify resolver=2 in the Cargo workspace 2024-01-24 17:10:44 -08:00