Decomposer

A music creation game where pesky bugs will try to ruin your composition. Bump into them to shoo them away.

You can save up to two songs to your local storage and load them later for playback.

The game is built with Phaser 3.

Player controls:

W / Up - jump
A / Left - move left
D / Right - move right

Note controls:

Click - place or remove note in range

Playback shortcuts:

Space - play/pause
Z - go to beginning
X - seek backward
C - seek forward

Share you music with others in the comment

Hacks incoming... :)

Get your song data

You can get retrieve the data for the song by opening the browser developer tools  (right click on the page + `Inspect`) and navigating to:

`Application > Local Storage` (Chrome)
`Storage > Local Storage` (Firefox)

and clicking the url that is NOT christopherbot.itch.io. In here, look for `decomposer_game_save_1` or `decomposer_game_save_2` and copy the Value.

Paste this into a comment for others to copy.

To play someone else's song, copy their Value. It should look something like this:

[{"x":155,"y":505},{"x":205,"y":470},{"x":255,"y":435},{"x":305,"y":382.5}]

Make sure the game is started and then in the browser developer tools, navigate to:

`Application > Local Storage` (Chrome)
`Storage > Local Storage` (Firefox)

and click on the url that is NOT christopherbot.itch.io.

Enter a new Key Value pair with the following:

Key: decomposer_game_save_1 (or decomposer_game_save_1)
Value: <the_copied_value>

You will be able to load the respective slot and playback the song.

Happy composing!


Leave a comment

Log in with itch.io to leave a comment.