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:
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...
Enjoy the code!