Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/onnesok/flappy-bird
- Owner: Onnesok
- License: mit
- Created: 2024-07-27T11:59:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T18:05:10.000Z (5 months ago)
- Last Synced: 2024-08-22T21:49:05.269Z (5 months ago)
- Topics: 2d-game, dart, flame-engine, flappy, flutter
- Language: Dart
- Homepage:
- Size: 7.48 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 with Flutter
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
```Enjoy the code!```