Ice and Fire [Demo] is a top-down hack-n-slash game with health replaced by a heat system, where you have to keep your temperature balanced.
Developed player controller that allows to move, dash, perform a variety of attacks and combos.
Each is either hot or cold, and can affect player temperature
Built framework on top of Unity to handle hitboxes for applying and receiving damage, as well as parrying attacks.
Each character has a single “CollisionRoot” component that manages all the children hitboxes and hurtboxes, allowing for complex interactions where multiple collision events are taken into account at the same time (e.g. ignoring hitbox damage if it has been parried in the same frame).
Code samples...
The project was managed using the Scrum methodology, with one-week sprints. A Kanban board (HackNPlan) was utilized to track tasks and monitor progress throughout the development cycle. Sprint reviews were held at the end of each week on Discord to assess completed tasks and plan for the next sprint.
Most of the design and planning was done in Google Documents, where we created: