This is a clone of the popular mobile game Flappy Bird, created using Unity 2019. The project replicates the original game's mechanics, providing a similar gaming experience.
- Simple controls.
- Procedurally generated obstacles.
- Score tracking.
- Retro 2D pixel art style.
To run this project locally, follow these steps:
-
Clone the repository:
https://github.com/Arbazoo/Unity-Flappy-Bird-Game.git
-
Open the project in Unity:
- Ensure Unity 2019 is installed.
- Open Unity Hub.
- Click on "Add" and select the cloned project folder.
- Press
Ctrl+Shift+B
then click onBuild
-
Control
- Press the spacebar or click the mouse button to make the bird flap its wings and ascend.
- Avoid the pipes to keep the bird alive.
-
Project Structure
- Assets/Scripts: Contains C# scripts for game logic.
- Assets/Scenes: Contains the mainmenu and game scene.
- Assets/Sprites: Contains sprite images used in the game.
- Assets/Prefabs: Contains prefab assets for pipes.
The objective is to navigate the bird through gaps between pipes by controlling its vertical movement. Flap to ascend, and avoid collisions with pipes or the ground. Score points for passing through each pipe successfully.
Happy flapping! 🐦