Project Assignment 5 - Computer Game Development and Animation , NITW (Winter 2021)
For those of you not familiar with Snake game, Flappy Bird is an arcade-style game in which the player controls the bird Faby, which moves persistently to the right. The player is tasked with navigating Faby through pairs of pipes that have equally sized gaps placed at random heights. Faby automatically descends and only ascends when the player taps the touchscreen. Each successful pass through a pair of pipes awards the player one point. Colliding with a pipe or the ground ends the gameplay. During the game over screen, the player is awarded a bronze medal if they reached ten or more points, a silver medal from twenty points, a gold medal from thirty points, and a platinum medal from forty points.
In this project, the Flappy Bird Moves to right continiuosly unless you touch win line , all the pipes are aligned at different position and the they keep move updow with different speeds and also gameoverscreen which shows after you di or win game.
- C# - For Coding Part and Libraries.
- Visual Studio Code - Text Editor For Running C# Codes.
- Unity Engine - For Handling Scripts with Runnable Environment.
- Scripts/Bird.cs - Here Movement of Bird and its behaviour are defined.
- Scripts/CameraFollow.cs - It Keeps the camera follow along with bird.
- Scripts/ObstacleScript.cs - This Maintains the Obstacle Pipe which are moving down and up with different speeds.
- STEP-1 - To Download Source Code and Playable Build click [Download](https://drive.google.com/drive/folders/1_p7Zuj9fDQnkqMdXv_K0e0hcZEXmblsj?usp=sharing).
- STEP-2 - Extract the **Flappy-Bird Build.zip** for Playable Content and **Flappy Bird Source.zip** to see Source Code Content.
- STEP-3 - Open Extracted Folder Than double Click on **Flappy Bird.exe** to play game.
- STEP-4 - Enjoy the Game!.