A fast-paced, fun, and simple number-hitting game built using HTML, CSS, and JavaScript. The challenge? Hit the correct bubble with the target number β all under 60 seconds!
π Play the Game Live
- Youβll be given a target number.
- Bubbles with random numbers will appear on the screen.
- Click the bubble that matches the target number.
- For every correct hit, your score increases by 10 points.
- The game ends when the 60-second timer runs out.
- Try to get the highest score possible before time runs out!
- β±οΈ Countdown Timer (60 seconds)
- π Auto-refreshing Bubbles
- π§ Score Tracker
- π― Randomized Bubble Values
- π± Responsive Design
- HTML
- CSS
- JavaScript (Vanilla)
This project was inspired by a tutorial from Sheriyan Coding School, which helped enhance my understanding of JavaScript and DOM manipulation.
Big thanks to their content for simplifying complex topics!
Not added yet, but here's a space to add if you want:
- Difficulty levels
- Sound effects
- Animated feedback for correct/wrong hits
- High score storage with localStorage
If you'd like to explore the code and run the project locally:
git clone https://github.com/your-username/bubble-game.git
cd bubble-game
# Then open index.html in your browser