Block Breaker
A Casual 2D Game
In this game, 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.
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
Demo Video
This project is uploaded on my GitHub.
I will make changes to this project and include more functionality later on.
Changes and Functionalities to be Added
- A background for every level
- Better VFX for broken blocks
- More Levels
- Unbreakable blocks which acts as obstacles
Comments
Post a Comment