This is a simple command-line number guessing game built using Python. The program generates a random number between 1 and 100, and the player must guess the correct number. The game provides hints to guide the player until the correct number is guessed.
- Random number generation
- User input validation
- Range checking (1โ100)
- Attempt counter
- Hints when the guess is close to the correct number
- Continuous guessing until the correct number is found
- Python
- Clone the repository
- Navigate to the project folder
- Run the program
python guessing_game.py