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.
- Host: GitHub
- URL: https://github.com/mewmewdevart/flappybirdgame
- Owner: mewmewdevart
- License: mit
- Created: 2021-06-11T16:00:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T13:46:55.000Z (over 3 years ago)
- Last Synced: 2025-02-26T21:18:03.667Z (over 1 year ago)
- Topics: beginner, flappybird, game-development, games, unity, unity2d
- Language: C#
- Homepage:
- Size: 20.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Flappy Bird Game
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.
## 💡 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:

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