Global Game Jam 2025

In January 2025, I participated in my first Global Game Jam. The theme was "Bubbles" so we decided to create a small top-down arcade game where you play as a plumber driving around the city, fixing leaks.

We were a group of three junior programmers and divided responsibilities based on different programming aspects. I was responsible for gameplay programming. My tasks included implementing player movement and making the tilemap rotate according to the movement direction. I also programmed the spawning of bubbles on the map using a random spawn script, which checks for areas without colliders where it can spawn bubbles.

When the player presses E, they repair a pipe by holding the key for a certain amount of time.

Unity Play link Plumber Hero

Global Game Jam Link