Brick Breaker is a clone of the classic arcade game Breakout. The game was made using Unity 2019.4 LTS.
The objective of the game is to destroy all the bricks without losing all your lives. The player controls a paddle to deflect the ball towards the bricks. Each brick that is hit is destroyed and the player earns points. If the ball reaches the bottom edge the player loses a life. The player starts with 3 lives and loses the game when all lives are lost.
The game is simple to control and only uses 2 input keys:
- A or ← Move the paddle left
- D or → Move the paddle right
- Physics
- Loading Levels
This project is part of a Tutorial Series on the Zigurous YouTube channel.


