PROJECT : 4 Brick Breaker Java Game
Brick Breaker is a classic arcade game implemented in Java. Players control a paddle to bounce a ball and break bricks, aiming to clear all bricks without letting the ball fall.
- Classic brick-breaking gameplay
- Scoring system
- Multiple levels
- Adjustable game settings
- Clone the repository:
git clone https://github.com/syedowaisalishah/Brick_Breaker_Java_Game.git
- Navigate to the project directory:
cd Brick_Breaker_Java_Game - Compile the game:
javac BrickBreaker/*.java - Run the game:
java BrickBreaker.Main
- Use the left and right arrow keys to move the paddle.
- Break all the bricks to advance to the next level.
- Don't let the ball fall below the paddle.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature-branch). - Create a new Pull Request.
This project is licensed under the MIT License.
For any questions or feedback, please open an issue in the repository.


