Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 709 Bytes

File metadata and controls

22 lines (16 loc) · 709 Bytes

Knightmare

Chess engine written in Rust. Hopefully will be strong enough to beat me, but I'll be happy as long as it's not fucking trash

Rust Tests Coverage

Primary goals:

  • Move generation
  • MiniMax AI
    • Alpha Beta pruning
  • Multi threading
  • Strong enough to beat me
  • UCI

Secondary goals

  • SIMD
  • Neural eval function