This is a clone of the classic Breakout game developed using the Unity engine.
The goal of the game is to destroy all the bricks using the ball. The player controls a platform that can be moved from left to right to bounce the ball and prevent it from falling off the screen.
You can play the game online by clicking here.
- Unity Editor version 2022.3.11f1 or higher
- Clone this repository to your local machine using
git clone https://github.com/thiago-souzaf/Breakout-Clone.git
- Open the Unity project.
- Navigate to the main scene located at
Assets/Scenes/MainScene.unity
. - Press the play button in the Unity Editor to start the game.
- A/D or Left/Right arrow keys: Move the platform to the left or right, respectively.