Level Design

Main Gameplay Area It was decided early on in the process that we would try…

Read More

Inventory System

Given the small size of the game and the amount of items considered, it makes sense that an inventory system should be very simple.…

Read More

Colour from Music

With a saturation system in place, we now need a way to feed it data from the audio of the game. The observable saturation in the area should be proportional to the volume of an ``AudioSource`` (object making noise) as observed from the position of the ``AudioListener`` (player).…

Read More

Desaturation Shader

One of the main concepts of the game is that sound triggers a visual response by bringing colour back to a grayscale world, we can achieve the visual part of this by first creating the world in colour, and then, use shaders to manipulate the saturation of the render on the gpu.…

Read More

Sound

We were running short on time, and i did not really have too much time…

Read More

Event System

Late in the project components were becoming tightly coupled and needing to communicate quite a…

Read More