System requirement

  1. Any system with basic configuration.
  2. Operating System : Any (Windows / Linux / Mac).

Software requirement

  1. Cargo/Rust installed (If not download it here).

Cargo installation

cargo install rg-chess

Manual installation

# clone https
git clone https://github.com/rust-games/rg-chess.git
# or
# clone ssh
git clone git@github.com:rust-games/rg-chess.git

# Build
cargo build