reversi-game

Crates.ioreversi-game
lib.rsreversi-game
version0.3.3
sourcesrc
created_at2022-07-12 16:05:30.304599
updated_at2022-07-12 16:05:30.304599
descriptionA 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
repositoryhttps://github.com/leo848/reversi
max_upload_size
id624491
size90,990
Leo Blume (leo848)

documentation

README

reversi-rust

The game reversi, build in Rust.

GitHub Workflow Status Clippy Workflow Status Lines of code

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)
Commit count: 0

cargo fmt