-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
Description:
Add a new mini-game called Number Guessing Game under the /python folder.
In this game, the computer randomly selects a number between 1 and 100, and the player must guess it. The game gives hints like “Too high!” or “Too low!” until the player guesses correctly.
Requirements:
Use Python’s random module.
The user should be able to quit anytime by typing quit.
Count and display the number of attempts.
Handle invalid inputs gracefully.
Tech Used:
Python 3
Core concepts: loops, conditionals, randomization, user input handling
Labels: good first issue, hacktoberfest, python, beginner-friendly, game