An open API service indexing awesome lists of open source software.

https://github.com/mewmewdevart/flappybirdgame

🎮 | Copies the mechanics of the game Flappy Bird, using C# in Unity.
https://github.com/mewmewdevart/flappybirdgame

beginner flappybird game-development games unity unity2d

Last synced: about 2 months ago
JSON representation

🎮 | Copies the mechanics of the game Flappy Bird, using C# in Unity.

Awesome Lists containing this project

README

          


Flappy Bird Game FlappyBirdDeath


Copies the mechanics of the game Flappy Bird, using C# in Unity.

Click on the screen, or use your spacebar to get started. Fly the bird as far as you can without hitting a pipe.


GitHub code size in bytes
Main language
License

## 💡 About the project
>_Flappy Bird is an arcade-style game in which the player controls the bird Faby, which moves persistently to the right.

The player is tasked with navigating Faby through pairs of pipes that have equally sized gaps placed at random heights. Faby automatically descends and only ascends when the player taps the touchscreen. Each successful pass through a pair of pipes awards the player one point. Colliding with a pipe or the ground ends the gameplay.

## 🦄 Technology

* The mechanics were produced inside the Unity engine using the C # language.

## 🛠️ Usage

### Requirements
To run the game file in the build folder, it is necessary to have a mobile device that runs .apk files.

❗️| Make sure you have all the required tools installed on your local machine then continue with these steps.

### Instructions to run the projects in your terminal :

**0. Download the archives**

```bash
# Clone the repository
$ git clone git@github.com:mewmewdevart/Game-FlappyBird.git

# Enter into the directory
$ cd Build/
```

**1. Run the archive**

```bash
# Run the .apk in your cellphone
$ FlappyBird.apk
```

#### ✨ Screenshot Gameplay:
FlappyBird1 FlappyBirdDeath

Developed with love 💜 by Larissa Cristina Benedito (Mewmew/Larcrist).