A classic Brick Breaker game built using HTML, CSS, and JavaScript. The game challenges players to break all the bricks using a bouncing ball and a paddle.
- Interactive Gameplay: Control the paddle to bounce the ball and break bricks.
- Multiple Levels: Increasing difficulty as you progress.
- Score Tracking: Keep track of your points.
- Simple Controls: Move the paddle using arrow keys.
- Clone the repository:
git clone https://github.com/Luk30lende/brick-breaker-game.git
- Navigate to the project folder:
cd brick-breaker-game
- Open
index.html
in your browser.
- Use the left and right arrow keys to move the paddle.
- Bounce the ball off the paddle to hit and break bricks.
- Clear all bricks to advance to the next level and get bonus points.
- Don’t let the ball fall below the paddle!
- HTML5 Canvas for rendering the game.
- CSS3 for styling.
- JavaScript (ES6) for game logic.
Contributions are welcome! Feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License.
Author: Luke Olende
GitHub: Luk30lende