nirokay / FloppyBird

FlöppyBird is yet another open-source Flappy Bird clone (please don't sue me) written in Lua, using the Löve2d Game Engine.
GNU General Public License v3.0
2 stars 0 forks source link
flappy-bird flappy-bird-clone highscore love2d lua

FlöppyBird

FlöppyBird is yet another open-source Flappy Bird clone (please don't sue me) written in Lua, using the Löve2d Game Engine.


1. Changelog (v0.6)


2. Roadmap

(🔜 planned features, ❓ unsure)


3. Installation

3.1 Full Releases

For built versions; please see the Release Tab. You can chose between:

3.2 Building from Source

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.

3.3 Installing Löve2d Game Engine

Love2d comes with Lua built into it, you dont have to download Lua 5.4 seperatly.