Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leo848/mastermind-rust

The game mastermind, build in rust.
https://github.com/leo848/mastermind-rust

Last synced: 18 days ago
JSON representation

The game mastermind, build in rust.

Awesome Lists containing this project

README

        

# mastermind

The game mastermind, build in Rust.

## Installation

### Build from source

```sh
git clone [email protected]:leo848/mastermind-rust.git
cd mastermind-rust && cargo install --path .
```

## Usage

```
USAGE:
mastermind [OPTIONS]

SUBCOMMANDS:
play Play mastermind interactively
solve Solve a specific mastermind situation
```