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: 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T18:05:10.000Z (11 months ago)
- Last Synced: 2025-04-01T09:51:13.394Z (3 months ago)
- Topics: 2d-game, dart, flame-engine, flappy, flutter
- Language: Dart
- Homepage:
- Size: 7.48 MB
- Stars: 5
- 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.
##



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