A simple 2D brickbreaker game I created using unity with some C# scripts.
The game includes has a Main Menu and has 2 levels. Each level has a certain number of bricks and the player has to use the arrow keys to control the paddle, in order to hit the ball and let it rebound to break the breaks and so forth.
If you decide you want to make any changes, work away, as this was simply a small project on the side.
Once pulled, open the project using Unity. Open the project and select the scene titled "MainMenu." Then select the Play button and you will be brought to the main menu. Enjoy!
- Main Menu
- 2 Levels
- A Game Over screen once the player has lost all 3 lives
- Use of GUI
- script to count score as each break is broken
- powerups that the player can collect for more points
- script to control paddle using arrow keys
- 2 types of bricks: Normal and Tough
- script to control the kinetics of the ball