This is a simple implementation of the classic Breakout game using HTML5, CSS, and JavaScript.
Breakout is a classic arcade game where the player controls a paddle to bounce a ball and break bricks. The goal is to break all the bricks without letting the ball fall off the screen.
- Simple and intuitive controls
- Responsive design
- Score tracking
- Brick collision detection
- Paddle and ball movement
-
Clone the repository to your local machine:
git clone https://github.com/your-username/breakout-game.git
-
Navigate to the project directory:
cd breakout-game
-
Open the index.html file in your web browser to start the game.
To play the game, simply open the index.html file in your web browser. Use the arrow keys to move the paddle left and right. The objective is to break all the bricks by bouncing the ball off the paddle.
- Left Arrow Key: Move the paddle to the left
- Right Arrow Key: Move the paddle to the right
This project is licensed under the MIT License. See the LICENSE file for details.