Skip to content

leo848/reversi-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

The game reversi, build in Rust.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages