This Python script implements a simple number guessing game where the player has to guess a randomly generated number between 1 and 100.
- Run the script in a Python environment.
- The script will generate a random number between 1 and 100.
- Enter your guess when prompted.
- The script will provide feedback on whether your guess is too big or too small.
- Keep guessing until you guess the correct number.
- After winning, you have the option to continue playing or quit.
- Run the script
number_guessing_game.py
. - Follow the prompts to guess the number.