Character movement
Horizontal movement and jumping support navigation across multi-level platforms and gaps.
Prototype snapshot · Independent project
An unfinished Unity prototype about a small sorcerer fighting through a layered monochrome world, built to explore responsive platforming and combat.

Overview
I started this project during an ASU winter break with the goal of making a compact action platformer. The player controls a small sorcerer who moves through the environment, jumps between platforms, and uses a primary attack against enemies.
The prototype progressed far enough for me to begin programming its first boss encounter. As my available time decreased and my interest shifted toward VR development, I chose to stop production rather than overstate the project’s scope. The playable work remains a useful record of my early gameplay-programming development.
Gameplay systems
The prototype established the essential systems needed to test traversal and encounters before expanding into a larger game.
Horizontal movement and jumping support navigation across multi-level platforms and gaps.
A player-controlled attack connects movement with enemy encounters and positioning decisions.
Regular foes created the combat baseline, while early boss programming explored a larger structured challenge.
Development evidence
These surviving development images show the playable environments, character movement, and combat work completed before production stopped.


Takeaway
This project helped me practice the core loop of implementing, testing, and tuning character mechanics inside a real level. It also taught me that a prototype can still be valuable even when it does not become a finished release.
Choosing to stop allowed me to pursue VR development, while the systems and environments I completed became experience I carried into later projects.