Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.35 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.35 KB

Brick Breaker Game

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.

Features

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

Installation

  1. Clone the repository:
    git clone https://github.com/Luk30lende/brick-breaker-game.git
  2. Navigate to the project folder:
    cd brick-breaker-game
  3. Open index.html in your browser.

How to Play

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

Technologies Used

  • HTML5 Canvas for rendering the game.
  • CSS3 for styling.
  • JavaScript (ES6) for game logic.

Contributing

Contributions are welcome! Feel free to fork the repository and submit a pull request.

License

This project is licensed under the MIT License.


Author: Luke Olende
GitHub: Luk30lende