Sweet on Peg is a reverse brick-breaker. Here you'll have powers to help you break all the bricks.
This game was made during my second year of game programming studies at IIM.
It's the result of a week's work by a team of five people :
- 2 game programmers
- 2 game artists
- 1 game designers
You want to try Sweet on Peg ?
My Contribution
For this project, I worked mainly on the following core game mechanics as well as the juiciness and the game feel.

Bricks Destruction
I focused on the brick destruction system.
I record the bricks hit and destroy them as the ball falls.
Each brick brings specific points. These points are then displayed on screen.
Bricks Power
I've also implemented some of the brick powers.
For example, green bricks (+1) add a ball to throw, x2 bricks give twice as many points as a normal brick and you have to destroy all orange bricks to win the game.


Juiciness and Game feel
I was involved in adding many juiciness elements. These include particle management, both for brick destruction and victory.
I also made sure that the ball could never be blocked by destroying the blocking elements when this happened.
The music also speeds up according to the number of bricks hit.