A simple game of chess write in Rust.
- Any system with basic configuration.
- Operating System : Any (Windows / Linux / Mac).
- Cargo/Rust installed (If not download it here).
# https
git clone https://github.com/rust-games/rg-chess.git
# or
# ssh
git clone git@github.com:rust-games/rg-chess.git
cargo build --releaseNote: if you don't build in
release, the game may be slow.
cargo testcargo run --releaseForsyth-Edwards Notation (FEN) -> implemented
📌 Valentin Colin
📌 Marc Partensky