A fun interactive number-guessing game built with HTML, CSS, and JavaScript. Guess the correct number between 1 and 2000, with a hint system and a cool user interface!
- Random Number Generation: Guess a random number between 1 and 2000.
- Hint System: Provides feedback on how close you are to the correct number.
- Keyboard Support: Submit your guess by pressing Enter.
- Cool Dark Theme: Stylish dark UI with animations.
- Responsive Design: Mobile-friendly and fully responsive.
- Enter a number between 1 and 2000 in the input field or use the on-screen numpad.
- Submit your guess by either pressing Enter or clicking the submit button.
- Get feedback:
- If your guess is too low or too high, you'll be told to try again.
- A hint system provides feedback on how close you are:
- 🔥 Very close
- 🌡️ Close
- ❄️ Far
- Keep guessing until you find the correct number.
- Click the Reset Game button to start a new game at any time.
- Add difficulty levels (Easy, Medium, Hard).
- Track player's best scores and guess streaks.
- Add sound effects for a more interactive experience.