N1ckn1ght / CCE

Custom chess engine, but abandoned bitboardless attempt on Rust.
0 stars 0 forks source link

Double cheks sometimes untraceable by add_check_bits method #4

Open N1ckn1ght opened 1 year ago

N1ckn1ght commented 1 year ago

Which technically not causing any disasters, but will affect performance (since useless more moves to search for).

Possible solution: split bq and rq search to b, r, q respectively