pensquid / yobmef

Weird toy chess engine written *very much from scratch* in Rust.
14 stars 1 forks source link

Fix bugs in movegen #2

Closed UlisseMini closed 3 years ago

UlisseMini commented 3 years ago

Currently, the best way to check for bugs in movegen Is comparing perft results with stockfish. as of right now, these results are consistent up to perft(6). likely the difference has to do with castling, as that part of movegen is quite brittle.

UlisseMini commented 3 years ago

Appears to be fixed, perft(6) passes.