This project is an open-source, 64-bit Android Java recreation of the original Flappy Bird game, designed to run seamlessly on modern Android devices. It strives to be a pixel-perfect and behaviorally accurate replica of the beloved and notoriously challenging game, offering an authentic experience for both nostalgic fans and new players alike.
The motivation behind this project is a deep appreciation for the original game and a desire to preserve it for future generations. This is a non-commercial, educational, and entertainment-driven initiative. Please don't steal the code, if you want to help, contribute to this project. Contributions will help keep this project alive! I strive (and hopefully with help from other people) to make this the absolute best Flappy Bird game for Android, keeping the original feel intact, while also incorporating enhancements.
Note: This recreation was based off of V1.3 of the original Flappy Bird.
This app is completely safe and contains no malicious code whatsoever. The entire source code is available for inspection, ensuring full transparency. Although VirusTotal or similar scanners may occasionally flag indie projects with false positives, the most recent scan of this APK showed zero detections across all engines. Rest assured—this build is clean and secure. We encourage anyone with doubts to review the codebase or run their own scans to verify. If there happens to be a virus/malicious content, I didn't put it in there lol.
This project is a fan-made recreation and is not affiliated with, endorsed by, or connected to the original creator of Flappy Bird, Dong Nguyen, or his studio, .GEARS.
All original assets—including the name Flappy Bird, character design, and sound effects—are the property of their respective owners.
This recreation:
- Is provided free of charge
- Is not intended for commercial use
- Does not generate any revenue
It has been developed with great respect for the original work and its creator. The primary goal is to preserve and celebrate this classic title by making it playable on modern hardware.
We believe this project qualifies as fair use under the category of a non-commercial, transformative work of commentary and preservation.
If you are a copyright holder and feel that this project infringes upon your rights, please reach out and we will take the necessary action.
- Authentic Gameplay: Experience the original, unforgiving "tap-to-flap" mechanic that made the game a global hit.
- Pixel-Perfect Graphics: Carefully recreated visuals that mirror the 8-bit aesthetic of the original.
- Accurate Physics: Bird motion, gravity, and collision behavior match the original gameplay precisely.
- 64-Bit Compatibility: Optimized for modern Android hardware to ensure smooth, lag-free performance.
- Custom Settings: Additional options added for enhanced personal customization, allowing players to tailor gameplay to their preferences.
- No Ads, No In-App Purchases: A pure, distraction-free gaming experience.
- Open Source: Full source code available to explore, modify, and contribute to.
To install the game on your Android device:
- Enable "Install from unknown sources" in your device’s security settings.
- Download the latest
.apk
file from the Releases section of this GitHub repository (for the most up-to-date version), or from the Mediafire location, which also includes older versions + the latest release. - Locate and open the downloaded
.apk
file, then follow the on-screen instructions to install the game.
We welcome contributions to help improve this recreation and ensure its accuracy. To contribute:
- Fork the repository.
- Create a new branch.
- Make your changes and commit them with clear, descriptive messages along with screenshots and video recordings.
- Push your changes to your fork.
- Open a pull request describing your updates.
- Explain how to push the changes to
main
properly as the developer isn't familiar with GitHub yet!
- Dong Nguyen (.GEARS) – for creating the original Flappy Bird and inspiring this project.
- Android Studio, Sketchware Pro, Google – for providing the tools, libraries, and documentation that made this possible.