Skip to content

maddikasirireddy/Guess_the_number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Number Guessing Game 🎯

A simple Python number guessing game where you have 5 attempts to guess a random number between a given range. The game provides hints whether your guess is too high or too low and uses colorful console output via colorama.

πŸ“Œ Features

  • Random number generation between a user-defined range
  • Limited attempts (5 tries)
  • Helpful hints after each guess
  • Colorful messages for success using colorama

  • πŸ“· Example Gameplay

    Enter the minimum number: 1
    Enter the maximum number: 20
    Guess the number between 1 to 20: 10
    Too low! Try again.
    Guess the number between 1 to 20: 15
    Too high! Try again.
    Congratulations! You guessed the number in 3 attempts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages