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 runWith an explicit code length:
$ cargo run -- 5If you want to guess:
$ cargo run -- --i-guessTests:
$ cargo test- GH Actions to lint, test, and release
- the
--i-guessoption
