
UNITY // SPRING 2025
A short boss battle game where a miner must defeat a cave dwelling rock titan to free their town's mine.
My Role
Programmer, Game Developer
Project Length
7 Weeks
Team
Alexis Lee
Deliverables
Playthrough Video, Unity Executable File
Project Goals
This project helped expand my Unity programming skills and my teammate’s 3D character creation skills. The Quarrior, a small-scale boss battle game, allowed us to work individually in our fields while striving towards a common goal: create a complex enemy AI and a player with multiple attack mechanics.
“Providing the player with multiple strategies for attacking the boss adds variety to the gameplay and allows for different types of play styles.”
Player Mechanics
To give the player multiple attack and defence strategies, we created a standing and rolling dodge ability, a melee pickaxe weapon and a timed dynamite trap weapon. The player can utilize these tools to plan how they want to attack the boss.
Enemy Mechanics
To make an engaging enemy AI, the boss was given a variety of tools to use against the player including close range stomping and swatting attacks, a long range rock spitting attack, and the ability to pursue the player when they are too far away.
“We designed the boss to have both close and long range attacks to counter different play styles.”
Player Weapon Swap
To create the weapon swap mechanic, I used scriptable objects to store information for each weapon. These scriptable objects contain data such as the weapon name, ID number, model, and more, including an associated action to be used with that weapon. Each of the actions is another scriptable object containing the action ID number that must match the weapon ID, and the animation associated with the action. This way, each weapon has its own unique action which determines what the player does when handling that weapon (swing the pickaxe, place the dynamite).
Enemy Attacks
Key Learnings
Enemy AI, Scriptable Objects
Like What You See?
Check out some of my other projects.
Timber
VIDEO GAME TRAILER // UNREAL ENGINE 5
Trailer for puzzle-platform video game Timber where players experience first-hand the devastating effects of a world without trees
Reclaimed Playtime
VIDEO GAME // UNITY VR
A short VR experience through the eyes of a burdened individual who must repair children’s toys to overcome their childhood trauma.