Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 493 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 493 Bytes

stubot

Chess AI in Rust

Past games on lichess: Here

This is a chess AI written in Rust. It has a UCI interface and basic time controls, so it can crush you on lichess if you're mediocre like me. It uses alpha-beta pruning and piece-square tables.

TODO list:

  • Zobrist hashing + transposition/PV tables
  • Quiescence search
  • Evaluation including pawn structure, psuedo move count

Building and running the code

cargo run --release