Skip to content

ondras/rustymind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustymind

CI

This is a hobby project to learn Rust. It is an implementation of the Mastermind game, including a game-solving AI.

screenshot

Running

$ 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

TODO

  • GH Actions to lint, test, and release
  • the --i-guess option