Simple (most likely) chess engine in Rust, to be written as a learning experience.
Not a great name - supposed to be a portmanteau of "chess" and "Rust"...
Run the GUI with cargo run
.
USAGE:
cress [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-m, --mode <mode> What mode to run the program in [possible values: 2p, comp]
On Linux, druid requires gtk+3 - install here. If running on WSL, an X server is required, e.g. Xming. Tutorial here.
Tests can be run with cargo test
.