Go to file
Maschell 915bb51c9c Add a Dockerfile 2020-07-05 13:55:38 +02:00
channel RPX Channel 2017-01-04 14:19:26 -05:00
data Really fixed now 2016-10-07 23:42:35 +02:00
src Fix compiling, use AsyncExecutor instead of AsyncDeleter, fix warnings 2020-07-05 13:51:49 +02:00
.gitignore Update .gitignore 2020-07-05 13:31:32 +02:00
LICENSE Final Release! 2016-10-05 16:03:29 +02:00
Makefile Use a fixed TARGET 2020-07-05 13:55:27 +02:00
README.md Add a Dockerfile 2020-07-05 13:55:38 +02:00
filelist.sh Fix compiling, use AsyncExecutor instead of AsyncDeleter, fix warnings 2020-07-05 13:51:49 +02:00

README.md

Flappy Bird RPX

A RPX Flappy Bird port for WiiU
Assest from floppy bird HTML5 and original android game

Usage

Press A to begin the Game
Press A to jump
Press HOME to exit
Avoid the pipes and the floor!

Building

In order to build this application, you need wut and libgui installed.

Building using the Dockerfile

It's possible to use a docker image for building. This way you don't need anything installed on your host system.

# Build docker image (only needed once)
docker build . -t flappybirdgx2-builder

# make 
docker run -it --rm -v ${PWD}:/project flappybirdgx2-builder make

# make clean
docker run -it --rm -v ${PWD}:/project flappybirdgx2-builder make clean

Credits

  • dimok: WiiU librabries, dynamic_libs, examples, Homebrew Launcher
  • Maschell: GX2_Example, coding help, code update for the latest libgui and wut
  • orboditilt: changes for the latest wut, switch to updated libgui
  • brienj: RPX version
  • vgmoose: Coding help
  • pwsincd: Icon
  • QuarkTheAwesome, dylon99: Various help and testing