Biomes

Description

Biomes is a world building game, where the player can place tiles from various biomes, and watch them merge together to create new ones.

In this project, I did most of the programming, especially the grid part and the tile management.
I also did the music and the sound design, except for the ambient sounds, all the sounds were made using Vital synthesizer.

Fmod Integration

All the sounds were integrated using Fmod.
The most tricky part was the music which is semi-random.
The composition is divided into a few loops which are played one after the other following rules, and playing a "Pause" track every X loops played.