Kookyel / Brick-Breaker

Game about destroying brick wall by deflecting bouncing ball with a paddle.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brick Breaker

GIF

1

2

Game about destroying brick wall by deflecting bouncing ball with a paddle.


Table of Contents


Description

Game starts with ball bouncing down to the paddle in random direction with set power. Player has 3 lifes and he loses one of them if ball hits the bottom of the screen. He moves on to another level if all the bricks are destroyed. Bricks have set amout of durability:

  • Orange brick - destroyed with 1 hit.
  • Red brick - destroyed with 2 hits.
  • Purple brick - destroyed with 3 hits.

How To Play

A move paddle to the left | D move paddle to the Right


Learned

  • Managing levels/scenes
  • Building point system
  • How to add Player Lifes
  • Object "States"

Author Info

Back To The Top

About

Game about destroying brick wall by deflecting bouncing ball with a paddle.


Languages

Language:C# 99.2%Language:Objective-C 0.5%Language:ShaderLab 0.1%Language:HLSL 0.1%