Skip to content

Flappy Bird is a 2D endless side-scrolling game where the player controls a bird by tapping the screen (or pressing a key) to keep it flying between pipes without hitting them. The main goal is to survive as long as possible and score by passing through gaps between pipes.

Notifications You must be signed in to change notification settings

Rithikgithub/Unity_Bird_Game-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity_Bird_Game

A Flappy Bird clone developed using UnityEngine and C#. This project demonstrates the process of building a 2D side-scrolling game with Unity, including player physics, obstacle generation, collision detection, and score tracking.

🎮 Features

  • Simple and responsive bird controls (jump mechanic)
  • Procedurally generated pipes
  • Score tracking system
  • Basic UI elements (Start screen, Game Over screen)
  • Sound effects for jumping and scoring

🛠️ Technologies

  • Unity Engine
  • C#
  • Visual Studio

🧱 Project Structure

  • Assets/ – Contains all scripts, sprites, scenes, and prefabs
  • ProjectSettings/ – Unity-specific project settings
  • Packages/ – Unity package configuration
  • .gitignore – Ignores temp and build files
  • README.md – This file

▶️ How to Run

  1. Clone the repository:

    git clone https://github.com/Ramkrisn25/Unity_Bird_Game.git
  2. Open the folder in Unity Hub.

  3. Press Play in the Unity Editor to run the game.

About

Flappy Bird is a 2D endless side-scrolling game where the player controls a bird by tapping the screen (or pressing a key) to keep it flying between pipes without hitting them. The main goal is to survive as long as possible and score by passing through gaps between pipes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages