A fun and fast-paced number-matching game built using HTML, CSS, and JavaScript. Click the bubbles matching the "Hit" number and score as much as you can in 60 seconds!
- A random number is shown in the Hit box.
- Click on bubbles that have the same number.
- For every correct hit:
- +10 points are added to your score.
- Bubbles refresh.
- A new Hit number appears.
- You have 60 seconds to score as high as you can.
- HTML5
- CSS3
- JavaScript (Vanilla)
bubble-hit-game/ ├── index.html ├── style.css ├── script.js └── README.md
- Real-time score tracking
- Timer countdown
- Dynamic bubble generation
- Responsive UI
- Hover effects and animations