Forest Phantoms - A C#-based Unity Project

Forest Phantoms was the game I worked on for the Global Game Jam. It was programmed in 3 days using C# and is a puzzle platformer where the player has to use 3 different masks to avoid hazards and run, dash, and leap to the top of the tree!

About The Project

The Masks

The largest task for this project were the masks. This involved me creating the mask logic for the double jump, low gravity, and dash masks, as well as creating the logic for the mask inventory, which allows the player to seemlessly switch from mask to mask and combo mask abilities together.

Miscellaneous Tasks

Aside from the masks, I also needed to program the basic player movement, the UI, enviromental hazards (spikes), the player restart, and the start menu.

To see the code or play the game, click here.

See The Project