Skip to content

Sagargupta16/FlappyBird-Game__UnityEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flappy-Bird Game

Project Assignment 5 - Computer Game Development and Animation , NITW (Winter 2021)

-----------------------------------------------------

📝 About The Project

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.

-----------------------------------------------------

☁️ Overview

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.

-----------------------------------------------------

💻 Language and Tools Used

  • C# - For Coding Part and Libraries.
  • Visual Studio Code - Text Editor For Running C# Codes.
  • Unity Engine - For Handling Scripts with Runnable Environment.

-----------------------------------------------------

💾 Project Files Description

  • 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.

-----------------------------------------------------

⏯️ How to Run Game

Gameplay

Releases

No releases published

Packages

No packages published

Languages