games (2023 - 2025)
DELIVERY DAYS
Delivery Days is an arcade adventure platformer about riding electric wires to deliver packages and helping the wandering folks of a floating city.
More info HERE
Role: Design / Programming / Art
Fall 2024 - Ongoing | Solo Dev
Unity 3D (C#)
CHAMBER
Collect bullets with each boss kill and add it to your revolver's chamber. Each time you reload, you recycle the order of the bullets you collect. Spin to get the right bullet for the right shot.
Entry for Boss Rush Jam 2025
More info HERE
Role: Design / Programming
Spring 2025 (3 Weeks) | Solo Dev
Unity 3D (C#)
Play on itch.io.
custom tools
For this project, I created various tools to easily create the following:
Custom enemy AI behavior (Finite State Machine)
Modular shooter weapons
Interactable items
Item pickups
Custom projectile behavior
project: midnight
Prototype for an arcade racing game. An attempt at making my own driving model from scratch that has enough features like drifting to create an arcade style racer.
Role: Programming / Design
Fall 2023 (3 Weeks)
Unity 3D (C#)
technical design
My goal for this project was to create a driving model with enough tunable parameters for the car’s wheels and suspension physics to allow me to create different cars with unique driving characteristics.
This allowed me to create cars that varied in driving style, such as a drifty car, full grip race spec car or a base street spec.
HYPERSTARS
HyperStars is a 2D fighting game with a unique tug of war health mechanic and 3 button attack layout. With a focus on mobility and positioning, players are thrust into intense and hype 1v1 battles with unique characters set in a sci-fi world inspired by Y2K character designs.
More info HERE
Role: Design / Art / Project Management
Fall 2022 - Spring 2023 | Team of 9
Unity 3D (C#)
STRATOS.FRAME
Stratos.Frame is a proof of concept for a topdown 3D action game focused on mech combat. This proof of concept explores an active arsenal reload system and a responsive combat feel that aims to capture flashy anime mech fights like in Gundam & Code Geass.
Role: Design / Programming
Spring 2023 (3 Weeks)
Unity 3D (C#)
gameplay design
One inspiration for this project was the game, Phantom Dust. Phantom Dust blended real-time-strategy with action, resulting in a spellcasting system that felt responsive while putting emphasis in resource management and ability knowledge.
To me, it felt like the closest thing to the mech gameplay that I wanted, so I took a crack at adapting that system into my intended vision for this project.
The ability system works as follows: the player has a maximum of 8 ability points, which they can spend on the following:
Spin Attack (costs 1 ability point)
Rocket Shot (costs 2 ability points)
Tri Missile (costs 3 ability points)
Using an ability takes away a point from the pool. Whenever the points are less than 8, the active cooldown starts and continues to refill until its back to 8. Reaching 0 points results in a reset, blocking the meter from refilling until the cooldown is over.
If this game were to be developed further, I would let players swap out these abilities as if they were weapon attachments on the mech. Allowing for customizability and more player expression.