This project is a Bubble Shooter game where the player shoots colored bubbles at a group of bubbles on the screen, trying to match and clear them. The game includes features such as bouncing bubbles, collision detection, and a restart button.
- Shoot bubbles to match and clear groups of three or more bubbles of the same color.
- Bubbles bounce off the walls.
- Game over when bubbles reach the bottom of the screen.
- "You Win!" message when all bubbles are cleared.
- Restart button to play again.
- HTML
- CSS
- JavaScript
- Clone the repository:
git clone https://github.com/Anthony01M/bubble-shooter.git
- Navigate to the project directory:
cd bubble-shooter
- Open
index.html
in your browser to play the game.
- Click on the canvas to shoot a bubble in the direction of your click.
- Match three or more bubbles of the same color to clear them.
- The game ends when bubbles reach the bottom of the screen or when all bubbles are cleared.
- Click the "Restart" button to play again.
This project is licensed under the MIT License. See the LICENSE file for details.
This project is part of my portfolio. Feel free to check out my other projects on GitHub.