A simple and fun browser-based game built using HTML, CSS, and JavaScript.
- Generates a random secret number between 1 and 20.
- Provides instant feedback (Too high, Too low, Correct, No number).
- Tracks score and high score dynamically.
- Includes a reset option to restart the game anytime.
- Interactive UI with color and style changes on winning.
Built to practice DOM manipulation, event handling, and game logic in JavaScript.