1 个不稳定发布
0.3.3 | 2022 年 7 月 12 日 |
---|
#813 in 游戏
39KB
884 行
reversi-rust
用 Rust 构建的 翻盘游戏。
安装
从源代码构建
git clone https://github.com/leo848/reversi-rust
cd reversi-rust && cargo install --path .
使用方法
USAGE:
reversi [OPTIONS]
OPTIONS:
-h, --help Print help information
-p, --player Play against another player
-b, --bot Play against a minimax bot
-d, --depth Choose the depth / strength of the bot, implies --bot (default: 3)
依赖项
~7–17MB
~226K SLoC