Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 859 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 859 Bytes

reversi-rust

The game reversi, build in Rust.

GitHub Workflow Status Clippy Workflow Status Lines of code

Installation

Cargo install

cargo install reversi-game

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)