A simple number guessing game built with HTML, CSS, and JavaScript. The goal is to guess a randomly generated number between 1 and 100 in 10 attempts.
- Random number generation between 1 and 100.
- Input validation for valid guesses.
- Feedback on whether the guess is too high or too low.
- Display of remaining attempts.
- "Play Again" option after win/loss.
- Responsive design for mobile devices.
- Enter a guess between 1 and 100.
- Click "Submit" to check your guess.
- Feedback will guide you on guessing higher or lower.
- Guess correctly or run out of attempts (10 total).
- Click "Play Again" to start a new round.