Skip to content

Anthony01M/bubble-shooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bubble Shooter

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.

Features

  • 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.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Installation

  1. Clone the repository:
    git clone https://github.com/Anthony01M/bubble-shooter.git
  2. Navigate to the project directory:
    cd bubble-shooter
  3. Open index.html in your browser to play the game.

Usage

  1. Click on the canvas to shoot a bubble in the direction of your click.
  2. Match three or more bubbles of the same color to clear them.
  3. The game ends when bubbles reach the bottom of the screen or when all bubbles are cleared.
  4. Click the "Restart" button to play again.

License

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.