This app is a port of xMasterX's FlappyBird code to use View's and to implement CodeAllNight's skeleton app UI framework.
There are minor asset swaps and more features to come!
This was all created to learn a bit of C, and flipper plugin development, I hope it helps you in some way too. :)
- Install uFBT - micro Flipper Build Tool
- Run build tool's update command to fetch the latest dev SDK.
ufbt update --channel=dev git clone https://github.com/0xForest/FlippyBird- Change your terminal's working directory to the FlippyBird project folder:
cd FlippyBird - Run
ufbtto build app orufbt launchto build and launch the app on a connected flipper. - Built binary will be created as
/FlipperBird/dist/flippy_bird.fap
- Copy
/FlipperBird/dist/flippy_bird.fapto your Flipper's SD Card. - Run by selecting plugin from Games menu.
- If anything goes wrong, the flipper can be reset by holding the
left arrowandbackkeys together.
[DroomOne]: (https://github.com/DroomOne/Flipper-Plugin-Tutorial) For the Flipper plugin tutorial and OG flappy code.
[xMasterx]: (https://github.com/xMasterX/all-the-plugins/tree/dev/base_pack/flappy_bird) For the newer flappy code that builds on newer firmware.
[Codeallnight]: (https://github.com/jamisonderek/flipper-zero-tutorials/tree/main/ui/skeleton_app) Skeleton UI app and all the teachings to make this work.
You! : For exploring the internet and landing here. :)


