The Power Of The Elements

Individual project

Main Features

  • Game made in Unity
  • 4 different mechanics depending on element used
  • Fire: throws fireballs to the left or the right, used to damage enemies
  • Earth: Destroys walls using a specific tag
  • Ice: Creates ice platforms where the player clicks by creating a raycast from the camera to the mouse position
  • Air: Used to dash and glide in the air
  • Enemies done using a finite state machine without using Unity's NavMesh system