A 2 player cli based chess game written in Rust.
./cli-chess
./cli-chess --acsii
a2 to a3
Make sure you have Rust and Cargo properly installed on your computer. This application's dependencies are all written in rust so no other compilers are required. If you don't have it installed, you can install it from Rust's website.
cargo build
cargo test