Flappy Bird is a Revamp Mobile Game Originaly Designed by Vietnamese video game artist and programmer, Nguyễn Hà Đôngme. I made this game just for fun and while trying to learn Construct 3.
Features • How To Use • Development • Bug / Feature Request • Credits • Author • License
- Save Highscore Points on Local Storage
- Procedural Dynamic character animation
- Lightweight sprites file size
- Support with Android 5++ to Android 11
To clone and run this application, you'll need Git and make sure you are on android 5 or up. From your command line:
# Clone this repository
git clone https://github.com/killflex/flappybird-c3.git
# Install on device
install flappybird-release.apk
Note If you're getting blocked by Play Protect. Choose 'Install Anyway'. Don't worry, the app didn't contain any virus. Watch this guide.
Want to contribute, Great!
To fix a bug or enhance an existing module, follow these steps:
- Fork the repo
- Create a new branch (
git checkout -b improve-feature
) - Make the appropriate changes in the files or the construct 3 project file
- Add changes to reflect the changes made
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin improve-feature
) - Create a Pull Request 😁
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.
If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.
This software uses:
- Ferry Hasan.
- Github : @killflex
- Copyright © 2022 Flappy Bird
- Flappy Bird is open-sourced software licensed under the MIT license