Score: 10
"My compliments and a question."
date: January 11, 2006
I figure that you had to preprogram the "winding tracks" that pop in over a steady interval, but I was wondering if the blocks that come inbetween were programmed to be randomly generated?
Just curious.
Game's great. Keep it up.
Author's Response:
Randomly generated. If you're into code, I created an interface for classes that will return row by row lists of blocks to be generated, so one implementation just returned a bunch of x-coordinates randomly, the rest created patterns.