Statacus

Overview

Statacus was built during the Video Game Development Club's 2016 winter game jam at UCI. The theme was "There's never enough", so we made an action RPG where there are never enough stat upgrade options. You start with the same 3 basic stats, but as you beat each level you unlock a new random stat. Beware as there are some troll stats that don't aid you at all in battle. Haha!

What I Learned

It was my first time making a stat system and it was really fun thinking of all the stats and then integrating them into the gameplay calculations. Between the stats combined with the scaling waves of enemies I quickly learned how hard and complicated it was to balance these kind of games. I spent tons of time towards the end of the jam tweaking and changing the parameters for how many enemies each wave spawned and at what frequencies, and also things like how much a stat should be upgraded when you spend a point in it. It was very time intensive, but fun trying to balance it all. I think we were successful here, because there were many different viable strategies players used to beat the game so thats pretty cool. Overall this game turned out to be very fun and we ended up winning first place at the jam!

Github Project