A simple JavaScript game where you try to guess the secret number between 1 and 20.
- Random secret number (1–20)
- Score decreases with each wrong guess
- Highscore tracking during the session
- “Again!” button resets the game state
- UI feedback: too high / too low / correct
- HTML
- CSS
- JavaScript
Just open index.html in your browser or click the link in the about section.
Built as part of a JavaScript course project to practice:
- DOM manipulation
- Event listeners
- Game logic/state (score, secret number, highscore)