Skip to content

A simple and fun Python console game where players guess a randomly generated number within a chosen range, receiving hints after each guess until they find the correct answer.

License

Notifications You must be signed in to change notification settings

janee1768/Number-Guessing.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎯 Number Guessing Game

A fun and interactive Python game where you try to guess a randomly generated number within a range you choose.

πŸ“Œ Features

  • Customizable guessing range.
  • Random number generation for unpredictable gameplay.
  • Feedback after each guess (too high / too low).
  • Tracks number of attempts.

πŸš€ How to Run

  1. Make sure you have Python installed.
  2. Clone or download this repository.
  3. Open a terminal in the project folder.
  4. Run:
    python "Number Guessing Game.py"
    

πŸ›  Technologies Used Python 3

random module for number generation

πŸ’‘ Future Improvements Difficulty levels (easy, medium, hard)

Input validation for non-numeric entries

Scoreboard system

Multiple rounds with total scores

πŸ“œ License This project is open-source and free to use for learning purposes.

About

A simple and fun Python console game where players guess a randomly generated number within a chosen range, receiving hints after each guess until they find the correct answer.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages