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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

  • updated builder (added .AppImage format)
  • coin counter dynamic updates
  • custom skin support (read readme in love directory about usage)

2. Roadmap

(🔜 planned features, ❓ unsure)

  • ❓ Special Abilities

3. Installation

3.1 Full Releases

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)

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.

  • Arch Linux: sudo pacman -S love
  • Debian/Ubuntu: sudo snap install love
  • Windows and other systems: Love2d Download

About

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

License:GNU General Public License v3.0


Languages

Language:Lua 96.5%Language:Shell 3.5%