Rusty Chess Engine
A blazing-fast chess engine written in Rust with magic bitboards.
github.com/ShreyJ1729/rusty-chess-engine
A work-in-progress chess engine written in Rust. Uses a bitboard representation and magic bitboards for fast move generation, with a perft testing suite to verify correctness.
Features: BitBoard representation, FEN parsing, magic bitboard move generation, perft testing