'Projectile Brick Breaker' is a take on the classic arcade-style brick breaker game. In this game, players control the angle of a projectile to break bricks. The first ball sets the trajectory, and subsequent balls follow the same path.
- Intuitive controls for adjusting the projectile angle.
- Breakable bricks with varying colors and point values.
- Increasing difficulty levels as the player progresses.
- Clone the repository.
git clone https://github.com/gigacycle/BrickBreaker.git
- Open the project in Android Studio.
- Build and run the app on an Android emulator or device.
- Adjust the angle of the projectile to hit and break bricks.
- Subsequent balls will follow the trajectory of the first ball.
- Aim for high scores by breaking as many bricks as possible.
If you want to contribute to this project, follow these steps:
- Fork the project.
- Create a new branch (
git checkout -b feature/improvement
). - Make your changes and commit them (
git commit -m 'Add feature/improvement'
). - Push to the branch (
git push origin feature/improvement
). - Open a pull request.
This project is licensed under the MIT License.
Feel free to contribute and enjoy the gaming experience!