Use space bar to flap Use "m" key to turn music on or off The game will get faster as you go longer.
Started with a very simple implementation and now I'm trying to tune it so that it works smoothly and is the right amount of hard. :) A next step could be to add parallax background movement DOCUMENTATION NOTES: * There are two events that are widely used: "start" and "reset" * The start button broadcasts "start" and runs the music * The bird sprite handles the bird flying up and down, the wings animation and if it touches the ground. * the pipes sprite picks from 3 costumes, glides across and handles if the bird touches a pipe (alternately, this could be done inside the bird sprite) * the black border is to handle jerky scratch graphics at the edge of the screen * the final sprite puts grass, flowers and bushes along the bottom for decoration