A 2D Flappy Bird style game built with Unity.
Use this direct link to download the Android build:
- Unity: 2022.3.4f1
- Language: C#
- IDE Support: Visual Studio / VS Code
- Platform: Android (APK)
- Version Control: Git + GitHub
- Download the APK from the link above.
- Copy the APK to your Android device if needed.
- Enable install from unknown sources (one-time setting).
- Install and launch the game.
- Clone the repository:
git clone https://github.com/AnnonymousBanda/FlappyBird.git
cd FlappyBird- Open Unity Hub.
- Click Add project and select the cloned folder.
- Open using Unity 2022.3.4f1.
- Wait for asset import to complete.
- Press Play in the Unity Editor.
Assets/: Game scripts, sprites, sounds, scenes, prefabsPackages/: Unity packagesProjectSettings/: Unity project configuration
| Icon | Preview |
|---|---|
| App Icon | |
| Exit Button | |
| Restart Button | |
| Game Over | |
| Start Panel |
| Type | Preview |
|---|---|
| Bronze | |
| Silver | |
| Gold | |
| Medal Set |
After making changes:
git add .
git commit -m "Describe your change"
git push