This document contains source code for a Flappy Bird 3000 game built using the Ring game engine. It includes code for a main menu screen with instructions and controls, as well as code for the gameplay, which involves controlling a bird sprite to fly between pipes and score points without crashing, with the goal of reaching a score of 3000. The gameplay code handles sprite animation, collision detection, scoring, and resetting upon failure or success.