Skip to content

Latest commit

 

History

History

Number Guessing Game

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Number Guessing Game

This Python script implements a simple number guessing game where the player has to guess a randomly generated number between 1 and 100.

How to Play

  1. Run the script in a Python environment.
  2. The script will generate a random number between 1 and 100.
  3. Enter your guess when prompted.
  4. The script will provide feedback on whether your guess is too big or too small.
  5. Keep guessing until you guess the correct number.
  6. After winning, you have the option to continue playing or quit.

Usage

  1. Run the script number_guessing_game.py.
  2. Follow the prompts to guess the number.