Skip to content

The Number Guessing Game repository contains a Python-based game that challenges players to guess a randomly selected number within a specified range. Features include random number generation, feedback for guesses ("Too High," "Too Low," or "Correct"), configurable difficulty levels, and it's a fun way to practice Python basics.

Notifications You must be signed in to change notification settings

imDarshanGK/Number-guessing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Number Guessing Game 🎲

Overview

This repository contains a Python-based number guessing game. The game challenges players to guess a randomly selected number within a specified range. With each guess, the program provides feedback to guide the player closer to the correct answer.

Features

  • Random number generation for an unpredictable game experience.
  • Feedback for every guess: "Too High," "Too Low," or "Correct."
  • Configurable difficulty levels to adjust the number of attempts.
  • Input validation to ensure valid guesses.
  • Option to play again without restarting the program.

Installation

  1. Ensure you have Python installed on your system.
  2. Clone this repository or download the Guess_the_number.py file.
  3. Run the game using the following command:
    python Guess_the_number.py

About

The Number Guessing Game repository contains a Python-based game that challenges players to guess a randomly selected number within a specified range. Features include random number generation, feedback for guesses ("Too High," "Too Low," or "Correct"), configurable difficulty levels, and it's a fun way to practice Python basics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages