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).
This is based on work by an undergraduate team at Georgia Tech: Victoria Ayo, Andrew Van Deventer, Samuel Eller, Rebecca Hamm, and Harrison Saylor. It has been modified by Barbara Ericson See http://ice-web.cc.gatech.edu/dl/?q=node/981 for the instructions.