Arthur's Rage
Arthur's Rage is an endless survivor game where you aim to defeat orcs with an automatic attack while avoiding hitting your wife. You can play the game here.
The game was developed in Unity and C# for a 10-hour game jam. This was a beginner game jam where all teams had to use the same assets but were otherwise free to develop any game they wanted. I was part of a team of three as one of the programmers.
The game jam was my first time utilising Unity outside of a guided tutorial setting. It was sometimes a struggle to find what I needed in the Unity interface or to decide how to implement a feature, but I relied on research and asking more experienced participants to learn quickly in a short timeframe how to navigate Unity efficiently and implement features for the first time.
I was responsible for:
- Player movement using old Unity input system
- Interactions between game objects using triggers
- Sword expansion by scaling the sprite upon a successful player attack
This project was an eye-opening experience that allowed me to put into practice the basic Unity skills I had picked up from introductory lessons and further hone them.