Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/onnesok/flappy-bird

Flappy bird game using flutter and flame. Flappy bird is a casual 2D game. I have re-created this game using flutter.
https://github.com/onnesok/flappy-bird

2d-game dart flame-engine flappy flutter

Last synced: about 2 months ago
JSON representation

Flappy bird game using flutter and flame. Flappy bird is a casual 2D game. I have re-created this game using flutter.

Awesome Lists containing this project

README

        

# Flappy Bird with Flutter


Flappy Bird banner

Flappy Bird is a simple yet addictive mobile game where players navigate a bird through a series of pipes by tapping the screen to keep it airborne. Despite its basic mechanics, the game gained immense popularity for its challenging gameplay and retro graphics.

I decided to make my own Flappy Bird clone using Flutter. I have used the `flame` game engine, a 2D game engine for Flutter game development.

##
![Dart](https://img.shields.io/badge/dart-%230175C2.svg?style=for-the-badge&logo=dart&logoColor=white)
![Flutter](https://img.shields.io/badge/Flutter-%2302569B.svg?style=for-the-badge&logo=Flutter&logoColor=white)
![Flame](https://img.shields.io/badge/Flame-FF7139?style=for-the-badge&logo=firebase&logoColor=white)
![Android Studio](https://img.shields.io/badge/android%20studio-3DDC84?style=for-the-badge&logo=android%20studio&logoColor=white)

Clone repository:
```bash
git clone https://github.com/Onnesok/flappy-bird
```

Android and Ios app available in release section..... You can tap there and download Or tap here and select which file you need.... https://github.com/Onnesok/flappy-bird/releases

### Note: For ``Android`` device download ``apk`` file.... If one file does not work try another.... There are different files based on different architecture of your android device... For ``Ios or Iphones`` download ``IPA`` file..... All files are listed in release section...

## Gameplay


Flappy Bird Demo

```Enjoy the code!```