Multiple Spawned Music Platforms

Tags
System
Owner
Justin Nearing

Currently we have a single platform spawned in front of the player. It plays a note. Dope.

I want to change this to have a row of Platforms providing a choice of Notes.

The chosen Notes are recorded into state, and are used by the Music Theory Engine to generate musical patterns using the notes chosen by the Player.

Effectively turning the Player into the conductor of a musical composition.

Storing notes in state, in a method by which musical patterns can generated, will take quite a bit of engineering design.

But! We can do the easy parts first- present the choice of music platforms.

‣

Requirements

‣

Tasks