The Wayback Machine - https://web.archive.org/web/20220527021048/https://github.com/jazztickets/openflap
Skip to content
master
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
May 26, 2022
May 26, 2022
src
May 26, 2022
May 9, 2022
May 9, 2022
openflap
by Alan Witkowski
https://github.com/jazztickets/openflap

----- HOW TO PLAY -----

Use spacebar, mouseclick, or joystick button to jump.

----- DOWNLOADING -----

Download and extract the latest openflap-*-src.tar.gz from https://github.com/jazztickets/openflap/releases

OR

Clone the repository:
git clone https://github.com/jazztickets/openflap.git

----- BUILDING ON LINUX -----

-- Dependencies required --
CMake 2.8+
SDL2
SDL2_image
SDL2_mixer
SDL2_ttf

-- Installing dependencies on Ubuntu 20.04 --
sudo apt install build-essential ninja-build cmake libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev

-- Installing dependencies on Arch Linux --
sudo pacman -S base-devel ninja cmake sdl2 sdl2_image sdl2_mixer sdl2_ttf

-- Build executable --
./build.sh

-- Running the game --
cd working && ./openflap

----- COMMAND-LINE ARGUMENTS -----

Set random number seed:
openflap [32-bit integer]

----- CONFIG -----
Save data is in ~/.local/share/openflap