https://github.com/leo848/mastermind-rust
The game mastermind, build in rust.
https://github.com/leo848/mastermind-rust
Last synced: 2 months 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T17:31:02.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T01:33:25.682Z (4 months 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
```