This is a command-line Number Guessing Game developed using Python. The game generates a random number, and the player must guess it within a limited number of attempts.
- Multiple difficulty levels (Easy, Medium, Hard)
- Random number generation
- Input validation
- Interactive gameplay experience
- Clear win and lose conditions
- Python 3
- Random module
This project was created to practice Python fundamentals, including loops, conditional statements, functions, and user input handling.