BOOM BLAST is a fun and colorful browser-based game where players click on balloons to score points before time runs out.
- Vibrant, dynamic background
- Colorful balloons with gradient effects
- Customizable game duration
- Real-time score and timer display
- Responsive design
- Clone this repository .
clone https://github.com/Sulagna-Dutta-Roy/GGExtensions/tree/master/Boom Blast
- Open the
index.html
file in a web browser to start the game.
- Open the game in a web browser.
- Select the desired game duration from the dropdown menu.
- Click the "Start Game" button to begin.
- Click on the balloons as they appear to score points.
- Try to click as many balloons as possible before time runs out.
- When the game ends, your final score will be displayed.
- Click "Start Game" again to play another round.
- Balloons appear randomly within the game area every second.
- Each balloon has a random size and color gradient.
- Clicking a balloon adds 1 point to your score and removes the balloon.
- Balloons automatically disappear after 2 seconds if not clicked.
- The game ends when the timer reaches zero.
You can customize the game by modifying the following:
- Game duration options in the HTML file
- Colors and animations in the CSS file
- Balloon spawn rate and game logic in the JavaScript file
- HTML5
- CSS3
- JavaScript (ES6+)
Feel free to fork this project and customize it to your liking. Enjoy playing BOOM BLAST!