Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/leo848/mastermind-rust
- Owner: leo848
- Created: 2022-06-28T11:27:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T17:31:02.000Z (over 2 years ago)
- Last Synced: 2023-03-10T08:29:49.796Z (almost 2 years ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```