top of page
BRICKS

C++ PROGRAMMING

"ProjectFUN editor"

OVERVIEW

Bricks is sample project of 2D casual game build on ProjectFUN engine with C++. Bricks is classic game where player controls a paddle to deflect bounching ball so that it hits and destroys a set of bricks.

Bricks.zip

DESIGN ASPECT

- Paddle can switch color between red, green and blue to paint the ball with respective color
- There are 21 pieces of bricks in different color to be eliminated.
- Bricks will shoot fireball when it hit by different ball color
- Bricks are eliminated when hit by ball in same color
- When there are 7 bricks left on the game, bricks will change color periodically to add difficulty.
- Scoring system is implemented. 10 pts to eliminate 1 brick. -1 to touch wrong brick with wrong color.

bottom of page