Example code for my magic bitboard article. Many components are simplified implementations derived from cozy-chess, my move generation library.
cargo run --release --bin magic-gen runs a magic generation program.
cargo run --release --bin magic-demo runs a simple demo that uses those magic numbers.