Florpy Bird is a simple 2D game inspired by Flappy Bird, developed using Unity. Navigate the bird through a series of obstacles by tapping or clicking to make it flap its wings and avoid collisions. Features
Simple one-tap gameplay Procedurally generated obstacles Score tracking Retro-style pixel art graphics
Prerequisites: Ensure you have Unity [version] installed (compatible with the version used to develop the game). Clone the Repository:git clone https://github.com/Alvi305/florpy-bird.git
Launch Unity Hub. Click "Add" and select the cloned florpy-bird project folder. Open the project in Unity.
Go to File > Build Settings. Select your platform (e.g., Windows, macOS, Android, iOS). Click "Build and Run" to generate the executable.
Controls: Press the Spacebar or Left Mouse Click to make the bird flap its wings. Objective: Guide the bird through gaps between pipes without colliding. Scoring: Earn 1 point for each set of pipes successfully passed. Game Over: Colliding with pipes or the ground ends the game. Restart by pressing the prompted key or button.
Assets/: Contains all game assets, scripts, and scenes. Scripts/: C# scripts for bird movement, pipe spawning, and game logic. Scenes/: Main game scene and menu scene. Sprites/: Pixel art for the bird, pipes, and background. Packages/: Unity package dependencies.
License This project is licensed under the MIT License. See the LICENSE file for details. Acknowledgments
Inspired by the classic Flappy Bird by Dong Nguyen. Built with Unity game engine.