1个不稳定版本
0.1.0 | 2019年1月2日 |
---|
#575 在 游戏
14 星 & 1 关注者
230KB
339 行
connect-four
用Rust编写的紧凑型四子棋实现。

运行游戏
目前没有预构建的二进制文件 - 但您可以使用 cargo
在本地构建。
# run the game
cargo run
# build a binary & execute it
cargo build --release
./target/release/connect-four