Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 431 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 431 Bytes

Iridium

Iridium is a chess bot written in Rust.

Features:

  • UCI Support
  • Move generation
  • Move evaluation (going to be PVS soon)
  • TODO!

How to run

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.