As a retro gaming geek and musician, I decided to try code a pre-video game, game. This is based on the follow the pattern games of the late 70's. Just watch and listen to the pattern then recreate it by clicking on the color pads.
As I was thinking about this I got far more interested in how one could code a sound-engine API or framework within Scratch for making musical games. I don't know if I want to pursue that idea farther. It was fun coding this one, because a very simple game can still have tons of replayability, and this one is a classic. I set the tones to a pentatonic scale, so the randomly generated tones sound quite melodic. Somewhere in my code I have a bug where it doesn't go to game over until after you have pressed one more pad than a wrong answer. Any ideas?