/Block-Breaker

A 2D Block Breaker game made in Unity

Primary LanguageC#

Block Breaker

This is a Casual 2D game Box Shooter made in Unity (2018.4.36f1). You control a Paddle with your mouse and your goal is to break all the blocks on the screen using the Ball provided. The White Blocks will break on a single hit, the Yellow Blocks will break on two hits, and the Red Blocks will break on 3 hits. Once all blocks are broken, you will proceed to next level. If the ball falls below then the game will be over.

Link to Blog and Demo Video

Poster

Functionalities in this Project:

  • Player controls a Paddle and move it using mouse or trackpad
  • Press Left Mouse Button to launch the ball
  • 3 different kinds of blocks
  • Objective is to break all the blocks and clear the level
  • Current score is displayed at the top
  • VFX for broken blocks
  • SFX for ball touching anything
  • A Start Menu scene which lets you Start or Quit the game
  • A Game Over scene which lets you go to Start Menu
  • Currently 2 levels long

Changes and Functionalities to be Added:

  • A background for every level
  • Better VFX for broken blocks
  • More Levels
  • Unbreakable blocks which acts as obstacles