FlöppyBird is yet another open-source Flappy Bird clone (please don't sue me) written in Lua, using the Löve2d Game Engine.
- updated builder (added .AppImage format)
- coin counter dynamic updates
- custom skin support (read readme in love directory about usage)
(🔜 planned features, ❓ unsure)
- ❓ Special Abilities
For built versions; please see the Release Tab. You can chose between:
*.love
[Crossplatform] – this is a Löve2d file, launchable if you have the Löve2d Game Engine installed (see: Installing Löve2d Game Engine)*-win.zip
[Windows Native] – this is a package for Windows Operating Systems (can be run on Linux, using Windows Emulators like Wine)
Building from source is easy! Execute the following command:
./build.sh BUILD_NAME
The final build will be located in /.build/builds/
. The build script builds a native Windows Executable, AppImage and a .love file, which can be run with the Löve2d Game Engine.
Love2d comes with Lua built into it, you dont have to download Lua 5.4 seperatly.
- Arch Linux:
sudo pacman -S love
- Debian/Ubuntu:
sudo snap install love
- Windows and other systems: Love2d Download