Iridium is a chess bot written in Rust.
Features:
- UCI Support
- Move generation
- Move evaluation (going to be PVS soon)
- TODO!
Make sure you have Rust installed
$ cargo run
If you want to use this with a chess engine, add it as a new engine and set the executable to /path-to-iridium/target/debug/Iridium
(You have to have ran the program once). Make sure the UI is set to UCI mode.