Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

ajkolenc

3
Posts
27
Followers
1
Following
A member registered Oct 03, 2016 · View creator page →

Creator of

Recent community posts

Really enjoy small games like this with short daily content, it's a nice ritual. Would be great to have a way to compare my score to others, I'm never quite sure how good I do 

I did write it myself actually. The sound sample itself is just a simple sine synth, and there's a few audio processing effects on the output (reverb, compressor).

The quality of the sound is using some data from the simulation.

  • Scale is a pentatonic variation chosen depending on the color of the background (darker is more minor)
  • Octave is determined by the color of the spokes
  • Pitch is determined by the Y position
  • Panning is controlled by X position

I basically just tried to figure out the most natural mapping to the sound properties I had readily available to tweak. Most of those parameters are accessible on Unity's AudioSource

I may! The only thing that needs to be ported is the file-saving/opening dialogs for importing/exporting. I had to include a special Mono DLL for it on Windows; not sure how Macs handle that, but I imagine it wouldn't take too long.