This is a simple rendition of Flappy Bird, adapted from ericsonga's starter project. Press space to fly, or if your camera is enabled, move your hand to fly. Difficulty progressively increases; victory is achieved after 30 pipes have been passed. Good luck! Original instructions: "This is a starter project for creating a Flappy Bird type game. It has the bird, backdrop, and pipes loaded. It also has code to create clones of the pipes sprite and to move the pipes from the right side of the stage to the left side of the stage. The bird has a script to start falling when the green flag is clicked. You can make the bird go up by pressing the space bar. You need to add a way to lose (when a pipe hits the bird). See http://ice-web.cc.gatech.edu/dl/?q=node/981 for the instructions on how to do this. The instructions also show you how to move the bird using the video camera (if your computer has a camera). "
Thanks to ericsonga for the starter project! The sprite for the bird is originally from Rovio's Angry Birds.