Crates.io | rg-chess |
lib.rs | rg-chess |
version | 0.2.4 |
source | src |
created_at | 2022-08-22 08:43:20.171346 |
updated_at | 2022-11-11 21:57:10.587627 |
description | Chess Game with graphical interface. |
homepage | https://rust-games.github.io/rg-chess |
repository | https://github.com/rust-games/rg-chess |
max_upload_size | |
id | 650223 |
size | 2,829,866 |
A simple game of chess write in Rust.
# 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 --release
Note: if you don't build in
release
, the game may be slow.
cargo test
cargo run --release
📌 Valentin Colin
📌 Marc Partensky