A simple Python-based game where the player tries to guess the number randomly chosen by the computer.
- Random number generation by the computer.
- Player input for guesses.
- Feedback whether the guess is too high or too low.
- Difficulty levels (Easy, Medium, Hard).
- Displays the number of attempts used.
- Make sure Python (version 3.x) is installed on your computer.
- Clone this repository or download the
game.pyfile. - Run the program with:
python game.py
This project is part of Number Guessing Game on roadmap.sh