This is a simple number guessing game implemented in Python using object-oriented programming (OOP) principles. The game allows players to guess a secret number within a specified range and a limited number of attempts.
- Clone the repository to your local machine:
git clone https://github.com/Vikranth3140/Number-Guessing-Game.git
- Navigate to the project directory:
cd Number-Guessing-Game
- Run the game:
python main.py
- Follow the on-screen instructions to play the game.
- Play with default settings (range: 1-100, maximum attempts: 7) or customize the range and maximum attempts.
- Three difficulty levels: Easy, Medium, and Hard.
- Clear terminal screen before displaying the menu.
- Option to exit the game at any time.
This project is licensed under the MIT License.