N1ckn1ght / CCE

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

Better pre-ordering moves based on from-to coordinates (?) #15

Open N1ckn1ght opened 1 year ago

N1ckn1ght commented 1 year ago

For now a/b search works in alphabetical order, aside from searching checks/captures/promotions/etc first. Maybe there's a way for an additional coordinate filter...?