Skip to content

kierrabl/Number-Guessing-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Number Guessing Game

A Python terminal game where players guess numbers and compete on a leaderboard.

Features

  • 3 difficulty levels (Easy/Intermediate/Difficult)
  • Persistent leaderboard tracking
  • Score calculation based on performance and difficulty level
  • Case-insensitive username handling
  • Score updates for returning players

How to Run

  1. Clone the repository:
    git clone https://github.com/kierrabl/numberGuessingGame.git
  2. Navigate to the project:
    cd numberGuessingGame
  3. Run the game:
    python NumberGuessingGame.py

Game Rules

  1. Choose a difficulty level
  2. Guess numbers within the specified range
  3. Earn points for correct guesses
  4. Your best score is saved automatically

Requirements

  • Python 3.x

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages