Skip to content

Flappy Bird game that I made in Unity for a university project.

Notifications You must be signed in to change notification settings

Arbazoo/Unity-Flappy-Bird-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird Clone

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.

Table of Contents

Features

  • Simple controls.
  • Procedurally generated obstacles.
  • Score tracking.
  • Retro 2D pixel art style.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    https://github.com/Arbazoo/Unity-Flappy-Bird-Game.git
    
  2. 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 on Build

Usage

  1. 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.
  2. 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.

Gameplay

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! 🐦