Yeah, you can use the songs for free and in commercial games if you want
Aragatodag
Creator of
Recent community posts
I agree that the tiles are too random, they spawn randomly with a particular probability, but I should have made it less random than that. I was also going to make it so that the next tile to spawn would be shown as an image, maybe as the face of a die, rather than as text, but I ran out of time to implement that. Anyway, thanks for playing it, and for the feedback!
Thanks for the feedback! Yeah, I would have spent a little more time working on the actual song generation, it’s fairly simplistic as it is right now. It generates a random melody and bassline from a chord progression, along a particular randomish pattern. The chord progressions pattern is separately randomized to provide a bit more variety.
There’s a lot of different ways to do it. In this case, I used the “web audio api”. Here’s an article with more info.