Howdy folks!
This here is a simple guessing game made in rust!
clone repo
start: $ cargo run
This will ask you to guess a number. If you get it right you'll see "You win!" Keep guessing until you get it right!
quit: "ctrl+c"
V1.1(BETA) In this release, logic was added to make the game more exciting.
You can lose now if you don't guess the correct number within 5 attempts.
There are now STAKES involved which creates an exciting experience.
To give you a visual of what I mean, refer to the examples below.
enjoy