https://github.com/mahyarmirrashed/mastermind
Mastermind game created in Rust.
https://github.com/mahyarmirrashed/mastermind
cli game mastermind rust
Last synced: 8 months ago
JSON representation
Mastermind game created in Rust.
- Host: GitHub
- URL: https://github.com/mahyarmirrashed/mastermind
- Owner: mahyarmirrashed
- License: mit
- Created: 2022-07-15T21:40:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T00:36:33.000Z (almost 4 years ago)
- Last Synced: 2025-02-24T16:18:01.733Z (over 1 year ago)
- Topics: cli, game, mastermind, rust
- Language: Rust
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mastermind
Mastermind is a code-breaking game between a codemaker and a codebreaker implemented in the Rust programming language meant as a simple TUI game.
## How to Build
To build the project for debug mode, `cargo run` should suffice. The debug binary (with symbols) will be located at `target/debug/mastermind`.
For production-grade builds, `cargo run --release` should suffice.
If you want to error check the code with Clippy, a Rust linter, running `cargo clippy -- -W clippy::pedantic` will provide great feedback.
## Contribute
Contributions are always welcome! Please see the `ROADMAP.md` or GitHub issues for current features being worked upon. This codebase uses Conventional Commit syntax using Commitizen for easy Changelog generation.