Update README.md

This commit is contained in:
rw-r-r-0644 2020-05-26 18:36:44 +02:00 committed by GitHub
parent 283857b66d
commit 43a541d98f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 20 deletions

View File

@ -1,20 +1,22 @@
# 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](https://github.com/devkitPro/wut/) and [libgui](https://github.com/wiiu-env/libgui) installed.
#Credits:#
<b>dimok</b> - WiiU librabries, dynamic_libs, examples, Homebrew Launcher
<b>Maschell</b> - GX2_Example and coding help
<b>vgmoose</b> - Coding help
<b>pwsincd</b> - Icon
<b>QuarkTheAwesome, dylon99</b> - Various help and testing
<b>brienj</b> - RPX build
# 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](https://github.com/devkitPro/wut/) and [libgui](https://github.com/wiiu-env/libgui) installed.
## 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