A simple number guessing game written in Python.
The game generates a random number between 1 and 10, and the player must guess the correct number.
If the guess is incorrect, the game provides feedback and generates a new random number, continuing until the player guesses correctly.
- Run the script using Python:
python game.py