Created
June 17, 2015 09:03
-
-
Save AnimeshShaw/c39ba6b69b91af64f73b to your computer and use it in GitHub Desktop.
Guess The Number Game Output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_____ _ _____ ____ ____ _____ _ _____ | |
/ __// \ /\/ __// ___\/ ___\ /__ __\/ \ /|/ __/ | |
| | _| | ||| \ | \| \ / \ | |_||| \ | |
| |_//| \_/|| /_ \___ |\___ | | | | | ||| /_ | |
\____\____/\____\____/\____/ \_/ \_/ \|\____\ | |
_ _ _ ____ _____ ____ | |
/ \ /|/ \ /\/ \__/|/ _ \/ __// __\ | |
| |\ ||| | ||| |\/||| | //| \ | \/| | |
| | \||| \_/|| | ||| |_\| /_ | / | |
\_/ \|\____/\_/ \|\____/\____\_/\_\ | |
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