"Guess a Number" is an interactive number guessing game developed using HTML, CSS, and JavaScript. Players attempt to guess a randomly generated number between 1 and 20. The game provides a scoring system and allows players to track their highest score.
- The game generates a random number between 1 and 20.
- The player enters a guessed number in the input field.
- If the guessed number is correct, the player wins with a score of 20.
- Each incorrect guess reduces the score.
- The highest score achieved is stored on the page.
- Click the "New Game" button to restart and play again.
- HTML
- CSS
- JavaScript
- Random number generation
- Score tracking system
- High score storage
- Interactive UI with real-time feedback
- Reset functionality for new game sessions
- Download the project files.
- Open
index.htmlin a browser to start playing.
- Add animations and sound effects.
- Implement difficulty levels.
- Allow customization of number range.
Enjoy the game!