This document describes a Flappy Bird-style game created in Unity. It includes 3 scripts that control different aspects of the game:
1) The Bird script controls the bird sprite and checks for collisions, applying forces and playing animations and sounds.
2) The Game Controller script handles scoring when the bird passes columns and ending the game on collision.
3) The Columns script spawns new columns and calls the scoring method when the bird passes through one.