4 个版本
0.2.4 | 2022 年 11 月 11 日 |
---|---|
0.2.3 |
|
0.2.2 | 2022 年 8 月 26 日 |
0.2.1 | 2022 年 8 月 25 日 |
0.2.0 | 2022 年 8 月 22 日 |
434 在 游戏
1.5MB
2.5K SLoC
✨ 棋 ✨
项目描述
用 Rust 编写的简单棋类游戏。
目录
安装
系统要求
- 任何具有基本配置的系统。
- 操作系统:任何(Windows / Linux / Mac)。
软件要求
- Cargo/Rust 已安装(如果没有,请在此 下载)。
手动安装
# https
git clone https://github.com/rust-games/rg-chess.git
# or
# ssh
git clone [email protected]:rust-games/rg-chess.git
cargo build --release
注意:如果您不在
release
下构建,游戏可能运行缓慢。
测试
cargo test
使用
cargo run --release
棋书
MdBook
棋类符号
福赛特-爱德华兹记法(FEN) -> 已实现
标准代数记法(SAN)
可能的维护者
📌 Valentin Colin
📌 Marc Partensky
鸣谢
依赖项
~29–62MB
~1M SLoC