Skip to content

A simple Python number-guessing game that challenges users to guess a randomly generated number, with feedback on whether their guess is too high or too low.

Notifications You must be signed in to change notification settings

walkrrr/designaguessinggame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Guessing Game

Step right up and try your luck with this fun number guessing game! This game challenges you to guess a randomly generated number between 1 and 100. After each guess, the game will give you helpful hints to guide you to the correct answer.

Features: Generate a random number between 1 and 100. Provide hints if the user's guess is too high or too low. Handle user input errors gracefully by checking for non-numeric input.

How it Works: The game will prompt you to guess a number between 1 and 100. After your guess, the game will let you know if your guess is too high, too low, or correct. If you guess the correct number, the game will congratulate you!

Requirements: Python 3.x

How to Play: Clone or download the repository. Run the script and follow the prompts to play the game.

About

A simple Python number-guessing game that challenges users to guess a randomly generated number, with feedback on whether their guess is too high or too low.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published