Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits) (+1)

I would say this is more of a toy or instrument than a game. Definitely a unique submission for this jam. Thank you for making this!

At first I was playing it on the web page but the menus were cluttered - once I opened it in full screen mode it got fixed. 

It would be nice to be able to export to an MP3/4 file to listen to later. I found that you can convert a Unity Audio Clip to a byte array and export it using the “audio/wav” mimetype.

Maybe in a bigger version of this game it would be possible for players to share files, maybe even make it into a rhythm game?

Good luck!

(+1)

Hi, Thanks for your comment and feedback, relaly appreciate it! and glad that you enjoyed it!.

I didn't know that it was even possible to export audios from a game made in Unity to an actual mp3/4 file, I am very new to Gamedev and this is my second minigame ever, so there are a lot of things I don't know and now that you say that, I will investigate further on how to do this. I am thinking of expainding this idea, so if I do I am taking all of the feedback I get in here, so thank you for mentioning that, I probably wouldn't even know that was possible if no one ever suggested it!.

Greetings!

(+1)

I'm not a Unity dev - so I might be wrong. But it's a fairly simple operation with JavaScript so I assume that it should be possible with Unity too. And from a cursory Google search it seems that it is.

Good luck!