Flappy Bird Remake in Unity

Ariana

Ariana Kis

🐦 Flappy Bird Remake (Unity)

A simple clone of the classic Flappy Bird game built in Unity. This project recreates the original mechanics, featuring a flying bird, moving pipes, scoring system, and basic game loop.

🎮 Features

Flappy Bird-style gameplay
Smooth jumping/flapping physics
Procedural pipe spawning
Score tracking
Game over & restart functionality
Basic sound effects (optional)

🛠️ Built With

Unity
C# scripts
VS Code

🚀 Getting Started

1. Clone the Repository

git clone https://github.com/yourusername/flappy-bird-unity.git Open the Project in Unity

2. Open Unity Hub

Click "Open"
Navigate to the cloned folder and select it

3. Open the Scene

Inside the Unity editor, go to Assets/Scenes
Open the main scene (e.g., MainScene.unity or Game.unity)

4.Play the Game

Click the Play button at the top of the Unity editor
Use Spacebar or mouse click to make the bird flap

5. (Optional) Build the Game

Go to File > Build Settings
Choose your platform (e.g., PC, WebGL, Android)
Click Build and select an output folder
Like this project

Posted Jul 6, 2025

Developed a Flappy Bird clone using Unity with original game mechanics.