Skip to content

A simple game that can be run in your computer terminal where you guess the number the computer is thinking of between 1-10 that will not error out and will not end until you guess the number correctly.

Notifications You must be signed in to change notification settings

Yego99/Guessing_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Guessing_Game

I created this guessing game as my initial project to assess my skills. To play, simply execute the program and input a number between 1 and 10 via the terminal to check if your guess is correct. The program loops through 3 if statements based on your response, and thanks to the try block, it won't error out. The game continues until you successfully guess the correct number.

About

A simple game that can be run in your computer terminal where you guess the number the computer is thinking of between 1-10 that will not error out and will not end until you guess the number correctly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages