Skip to content

A terminal-based number guessing game in Python with multiple difficulty levels and a hint system.

License

Notifications You must be signed in to change notification settings

upendrakda/Number-Guessing-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Number-Guessing-Game

A terminal-based number guessing game in Python with multiple difficulty levels and a hint system.

๐ŸŽฏ Number Guessing Game in Python

A fun and interactive number guessing game made using core Python. Choose your difficulty, guess the number, and get hints along the way!

๐Ÿ•น๏ธ How to Play

  1. Run the game using any Python interpreter.
  2. Choose a difficulty level:
    • Easy
    • Medium
    • Hard
    • Extreme
  3. Enter your guesses until you find the correct number.
  4. Type 7777 anytime to get a hint about the number range.
  5. Once guessed correctly, the game tells you how many attempts you took.

๐Ÿง  Features

  • Four difficulty levels to challenge your guessing skills
  • Hint system (just type 7777)
  • Tracks number of attempts
  • Clear instructions for new players
  • Simple and beginner-friendly code

๐Ÿ“ฆ Requirements

  • Python 3.x

๐Ÿš€ Getting Started

To run the game:

python numbergame.py

About

A terminal-based number guessing game in Python with multiple difficulty levels and a hint system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages