This is a hobby project to learn Rust. It is an implementation of the Mastermind game, including a game-solving AI.
$ git clone https://github.com/ondras/rustymind.git && cd rustymind
$ cargo run
With an explicit code length:
$ cargo run -- 5
If you want to guess:
$ cargo run -- --i-guess
Tests:
$ cargo test
- GH Actions to lint, test, and release
- the
--i-guess
option