No description
Find a file
2023-11-28 14:49:07 +01:00
src rewrite with console & dialoguer 2023-03-04 13:12:55 +01:00
.gitignore add mac stuff 2023-02-24 18:28:39 +01:00
Cargo.lock update deps 2023-11-28 14:49:07 +01:00
Cargo.toml add console & dialoguer 2023-03-04 12:56:43 +01:00
README.md Update README.md 2023-03-04 13:18:28 +01:00

guess-game

expanding guessing game from the rust book.

  • added attempts counter and limit
  • added reversed mode - rust guesses ur num!
  • beautified it with console and dialoguer