A classic arcade-style endless runner game inspired by the legendary Flappy Bird. Built with Unity and C#, this project recreates the challenging mechanics of navigating a bird through infinite pipe obstacles.
FlappyBord is a test of reflexes and patience. The goal is simple: keep the bird flying without hitting the pipes or the ground.
- Genre: Endless Runner / Arcade
- Engine: Unity
- Platform: Windows (x64)
- Jump / Fly: Press
SpacebarorLeft Mouse Button. - Objective: Fly through the gaps between the pipes to score points.
No installation is required. You can play the game directly from the build folder.
- Download the repository or the latest release.
- Navigate to the game folder:
FlappyBord/Basic Flappy Bird-fd15798a964143b07892ae0e30936845b4bef472/ - Double-click
Basic Flappy Bird.exeto launch the game.
This repository contains the built binaries for the game.
FlappyBord/
├── Basic Flappy Bird.exe # Main Game Executable
├── Basic Flappy Bird_Data/ # Game assets and resources
│ ├── app.info # Configuration file
│ └── Managed/ # C# Assemblies (Game Logic)
├── UnityPlayer.dll # Unity Engine Core
├── UnityCrashHandler64.exe # Error handling tool
└── MonoBleedingEdge/ # Mono Runtime