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
My Contribution
For this project, I wanted to add new gameplay mechanics to complement the existing ones..
Companions

The mechanic that took me the most time was the addition of two companions, the bird and the crawler.
To do this, I took existing enemy sprites and reworked their entire behavior, so that they're not hostile to the player, but rather follow and help him attack.
These companions can die, in which case the player must heal to bring them back to life.
New Attacks

I've added three custom attack combos: teleport attack, dash attack, multiple attack.
To do this, I took the mechanics already created in the game and turned them into combos.
The one that required the most attention was the teleportation attack, which requires great precision to keep the combat dynamic and avoid the player crashing into a wall.

You may also like

Back to Top