Infinite Brick Breaker – Unity Complete Projec

Overview

Test APK: https://www.dropbox.com/s/767j… 

Exercise your skills, reflexes and accuracy in brick breaker game. On each wave new bricks are appearing at the top and you need to destroy them as much as you can. For every destroyed brick you will get +1 score. As game progresses it becomes harder and harder. You can also collect stars and use that stars to unlock new balls that can be used for destroying bricks.

Very easy to implement rewarded ad to get extra life. 

Just show an ad when player press “continue” button and call: GameObject.Find(“GameManager”).GetComponent< Menus>().ContinueGame(); when on ad finish event is called.

Features

  • One touch controls
  • Optimized for mobile devices
  • Easy to reskin

Requirements

Unity 2017.1.5 or newer

Instructions

  • Unzip the file
  • Import everything from unzipped file into unity editor
  • Start “gameplay” scene from “Scene” folder

Related