No description
Find a file
Eryn Wells ea74b214da [position] Implement generating pawn moves by looking up bitboards in the Library
This enables a bunch of clean up! Remove the MoveGenerationParameters and MoveList
types from move_generator::pawn.

Implement BitBoard::pawn_pushes to look up pawn pushes by square and color.
2024-01-28 10:25:01 -08:00
bitboard [position] Implement generating pawn moves by looking up bitboards in the Library 2024-01-28 10:25:01 -08:00
core [board] Implement danger squares for the current player 2024-01-28 09:08:22 -08:00
doc Move Notes and ChessPieces docs to a doc directory 2024-01-22 19:27:08 -08:00
explorer Update the Cargo.toml files 2024-01-28 09:58:50 -08:00
position [position] Implement generating pawn moves by looking up bitboards in the Library 2024-01-28 10:25:01 -08:00
.gitignore Ignore the target/ directory 2023-12-19 11:13:41 -08:00
Cargo.lock Merge branch 'many-crates' 2024-01-24 09:23:35 -08:00
Cargo.toml Update the Cargo.toml files 2024-01-28 09:58:50 -08:00