A simple web-based number guessing game built with HTML, CSS, and JavaScript.
- The game generates a random number between 1 and 100.
- Enter your guess in the input field.
- Click the "Guess" button or press Enter.
- The game will tell you if your guess is too high, too low, or correct.
- Keep guessing until you find the number!
- Click "Reset Game" to start a new game.
- Random number generation
- Higher/lower hints
- Attempt counter
- Responsive design
- Keyboard support (Enter to guess)
Simply open index.html in your web browser to start playing.