The game reversi, build in Rust.
sh
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) ```