1 unstable release
0.3.3 | Jul 12, 2022 |
---|
#813 in Games
39KB
884 lines
reversi-rust
The game reversi, build in Rust.
Installation
Build from source
git clone https://github.com/leo848/reversi-rust
cd reversi-rust && cargo install --path .
Usage
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)
Dependencies
~7–17MB
~226K SLoC