Skip to content

Simple CLI guessing game built with Rust. (from the Rust book)

Notifications You must be signed in to change notification settings

fancylettuce/guessing_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Howdy folks!

This here is a simple guessing game made in rust!

INSTRUCTIONS

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"

UPDATES

V1.1(BETA) In this release, logic was added to make the game more exciting.

LOGIC

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.

Example 1 Winning

HlKRHIj.png

Example 2 Losing

HlKRZZv.png

enjoy

About

Simple CLI guessing game built with Rust. (from the Rust book)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages