| Crates.io | reversi-game |
| lib.rs | reversi-game |
| version | 0.3.3 |
| created_at | 2022-07-12 16:05:30.304599+00 |
| updated_at | 2022-07-12 16:05:30.304599+00 |
| description | A rust implementation of the Reversi game. Reversi is a board game for two players, who take turns dropping pieces of a given color on a game board. |
| homepage | |
| repository | https://github.com/leo848/reversi |
| max_upload_size | |
| id | 624491 |
| size | 90,990 |
The game reversi, build in 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)