A simple interactive number guessing game built with HTML, CSS, and JavaScript.
This web application presents users with a fun number guessing challenge. The game randomly selects a secret number between 1 and 100, and players must try to guess it correctly with the fewest attempts possible.
- Clean, responsive user interface
- Score tracking system (gain 5 points for correct guesses, lose 1 point for incorrect guesses)
- Attempts counter to track performance
- Helpful hints that guide the player (higher/lower feedback)
- New Game button to restart without refreshing the page
- Input validation to ensure proper gameplay
- Support for keyboard input (Enter key)
- Enter your guess in the input field
- Click "Check" or press Enter
- Receive feedback and adjust your next guess accordingly
- Try to find the number with the fewest attempts
- Start a new game at any time with the "New Game" button
- HTML5
- CSS3
- JavaScript (ES6)
- Difficulty levels
- High score tracking
- Sound effects
- Animations for correct guesses
- Multiplayer option
Feel free to fork this repository and make your own improvements!