Game Jams

Create Jam Spring 2023

The Thirsty Harpooneer

You play as a castaway pirate and it has been several days since your last drop of rum. Luckily, you happen to find a merchant with a fresh supply of rum!

Use your trusty harpoon to move around the ocean and gather enough gold to buy the sacred rum from the merchant.

My contributions: Programming, Shaders, Custom XR interactors


Game Jam for the “TaPoGaDaD” course

Trials of Abaddon

The game is for people who like co-op couch games and Heroes of Might & Magic 3’esque grid-based combat. Supporting up to 4 people using console controllers, each player controls their own character, complete with 4 abilities uniquely designed for the character’s archetype. Players pick a path to walk, and at every crossroads, encounters are discovered, which potentially results in combats such as these, for a total of 15 combats with 18 unique enemies and bosses, each with their own unique abilities.

My contributions: Programming, Unity implementation, UI & UX:

My development features of interest:

  • Turn-based combat system using C# Tasks(TCS) as states in a state machine controlling the turn order, as well as nested tasks for each character’s different interaction states, such as moving, selecting abilities, and attacking.

  • A-Star & Breadth-first search pathfinding algorithms are used by players and AI to navigate the combat grid.

  • Modular enemies, worlds, combat setups, character stats & skills using Scriptable Objects, ensuring that the game is easier to iterate on.

Has a few bugs that i haven’t had time to fix yet


Create Jam Fall 2021

Herculoose: Damnation from the Underworld

Taking inspiration from games such as Getting Over it & QWOP, as well as the theme Mythology for that game jam, we created Herculoose, a game where you play as Pegasus, the trusty but slightly problematic sidekick to Hercules. Pegasus must fly Hercules to Olympus, but the path through the World Vase is dangerous and filled with powerful winds that will take poor Pegasus right back to where he began if he isn’t careful.

My contributions: Programming & Level design

Warning: It’s a rage game, play with your mental health in mind <3


Create Jam Spring 2022

Super Snask Bror

The very definition of a sausage fight, this game is a PvP arena fighter where you compete to be the first sausage to be done frying, by controlling both ends of the sausage using two thumb-sticks

My contributions: Programming & Game design