Skip to content

AnnonymousBanda/FlappyBird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird (Unity)

A 2D Flappy Bird style game built with Unity.

Download APK

Use this direct link to download the Android build:

Download Flappy Bird.apk

Tech Stack

  • Unity: 2022.3.4f1
  • Language: C#
  • IDE Support: Visual Studio / VS Code
  • Platform: Android (APK)
  • Version Control: Git + GitHub

Installation Guide

Option 1: Play on Android

  1. Download the APK from the link above.
  2. Copy the APK to your Android device if needed.
  3. Enable install from unknown sources (one-time setting).
  4. Install and launch the game.

Option 2: Open and Work in Unity

  1. Clone the repository:
git clone https://github.com/AnnonymousBanda/FlappyBird.git
cd FlappyBird
  1. Open Unity Hub.
  2. Click Add project and select the cloned folder.
  3. Open using Unity 2022.3.4f1.
  4. Wait for asset import to complete.
  5. Press Play in the Unity Editor.

Project Structure

  • Assets/: Game scripts, sprites, sounds, scenes, prefabs
  • Packages/: Unity packages
  • ProjectSettings/: Unity project configuration

Icon Images

App and UI Icons

Icon Preview
App Icon App Icon
Exit Button Exit Button
Restart Button Restart Button
Game Over Game Over
Start Panel Start Panel

Medal Icons

Type Preview
Bronze Bronze Medal
Silver Silver Medal
Gold Gold Medal
Medal Set Medal Set

Collaboration Workflow

After making changes:

git add .
git commit -m "Describe your change"
git push

About

Flappy Bird - Android Game made with Unity

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors