#reversi #board-game #game

bin+lib reversi-game

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.

1 unstable release

0.3.3 Jul 12, 2022

#808 in Games

GPL-3.0-or-later

39KB
884 lines

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)

Dependencies

~7–19MB
~251K SLoC