Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/killflex/flappybird-c3
Flappy Bird Mobile Game Revamp using Construct 3 and Cordova 11
https://github.com/killflex/flappybird-c3
construct3 cordova game-development open-source
Last synced: about 1 month ago
JSON representation
Flappy Bird Mobile Game Revamp using Construct 3 and Cordova 11
- Host: GitHub
- URL: https://github.com/killflex/flappybird-c3
- Owner: killflex
- License: mit
- Created: 2022-11-20T14:54:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T12:02:43.000Z (2 months ago)
- Last Synced: 2024-10-01T01:22:16.294Z (about 2 months ago)
- Topics: construct3, cordova, game-development, open-source
- Language: Java
- Homepage:
- Size: 5.11 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Flappy Bird
#
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.
[![GitHub contributors](https://img.shields.io/github/contributors/killflex/flappybird-c3)](https://github.com/killflex/flappybird-c3/graphs/contributors)
![GitHub last commit](https://img.shields.io/github/last-commit/killflex/flappybird-c3)
![GitHub repo size](https://img.shields.io/github/repo-size/killflex/flappybird-c3)
![GitHub](https://img.shields.io/github/license/killflex/flappybird-c3)
Features •
How To Use •
Development •
Bug / Feature Request •
Credits •
Author •
License![flappybird](https://user-images.githubusercontent.com/97248773/208226462-dc5e737d-8862-4aad-9531-e66ebffb0d45.png)
## Features
* Save Highscore Points on Local Storage
* Procedural Dynamic character animation
* Lightweight sprites file size
* Support with Android 5++ to Android 11## How To Use
To clone and run this application, you'll need [Git](https://git-scm.com) and make sure you are on android 5 or up. From your command line:
```bash
# 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](https://youtu.be/Y8X16ve1Y2I).## Development
Want to contribute, Great!To fix a bug or enhance an existing module, follow these steps:
- [Fork](https://github.com/killflex/unipin-parody/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 😁## Bug / Feature Request
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue [here](https://github.com/killflex/flappybird-c3/issues/new) 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](https://github.com/killflex/flappybird-c3/issues/new). Please include sample queries and their corresponding results.
## Credits
This software uses:
- [Construct 3](https://www.construct.net/en)
- [Flappy Bird Assets](https://github.com/samuelcust/flappy-bird-assets)## Author
- Ferry Hasan.
- Github : @killflex## License
- Copyright © 2022 Flappy Bird
- **Flappy Bird is open-sourced software licensed under the MIT license**