#chess #gui #game

bin+lib rg-chess

带图形界面的棋类游戏

4 个版本

0.2.4 2022 年 11 月 11 日
0.2.3 2022 年 11 月 11 日
0.2.2 2022 年 8 月 26 日
0.2.1 2022 年 8 月 25 日
0.2.0 2022 年 8 月 22 日

434游戏

MIT 许可证

1.5MB
2.5K SLoC

✨ 棋 ✨

Issues tag Forks tag Stars Licence

项目描述

Rust 编写的简单棋类游戏。

目录

安装

系统要求

  1. 任何具有基本配置的系统。
  2. 操作系统:任何(Windows / Linux / Mac)。

软件要求

  1. 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

鸣谢

contributors

依赖项

~29–62MB
~1M SLoC