A fun C console game where you guess the secret number within limited attempts, featuring three difficulty levels — Easy, Medium, and Hard with helpful hints after each guess.
- Three Difficulty Levels :
- Easy → 15 guesses
- Medium → 10 guesses
- Hard → 5 guesses
- Hints after each guess - "Too high" or "Too low"
- Win if you guess the number before attempts run out.
- Validates input to ensure guesses are within range.
- Run the program in your C compiler.
- Choose a difficulty level (Easy, Medium, or Hard).
- Enter your guesses when prompted.
- Use the hints provided to narrow down your guess.
- Win if you guess correctly before attempts end — otherwise, the number will be revealed.