Skip to content

Instantly share code, notes, and snippets.

@AnimeshShaw
Created June 17, 2015 09:03
Show Gist options
  • Save AnimeshShaw/c39ba6b69b91af64f73b to your computer and use it in GitHub Desktop.
Save AnimeshShaw/c39ba6b69b91af64f73b to your computer and use it in GitHub Desktop.
Guess The Number Game Output
_____ _ _____ ____ ____ _____ _ _____
/ __// \ /\/ __// ___\/ ___\ /__ __\/ \ /|/ __/
| | _| | ||| \ | \| \ / \ | |_||| \
| |_//| \_/|| /_ \___ |\___ | | | | | ||| /_
\____\____/\____\____/\____/ \_/ \_/ \|\____\
_ _ _ ____ _____ ____
/ \ /|/ \ /\/ \__/|/ _ \/ __// __\
| |\ ||| | ||| |\/||| | //| \ | \/|
| | \||| \_/|| | ||| |_\| /_ | /
\_/ \|\____/\_/ \|\____/\____\_/\_\
By Psycho_Coder @rawCoders
The game is simple a random number is chosen by this program everytime and you have to guess it right
If the number is less than what you guessed it will say "Too high guess" else "Too low" and if your
guess is correct then you are the winner.The number will be between 1 and 100 and you will get 5 chances
to guess it correctly
Enter Your Guess :
23
You guessed the number too low
Enter Your Guess :
43
You guessed the number too low
Enter Your Guess :
65
You guessed the number too low
Enter Your Guess :
89
You guessed the number too High
Enter Your Guess :
80
You guessed the number too low
Aww! You Ran out of your chances.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment