More actions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
|version=1.1.0 | |version=1.1.0 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/3dshomebrew/ | |download=https://dlhb.gamebrew.org/3dshomebrew/flabbybird3ds.7z | ||
|website=https://github.com/reworks/FlabbyBird3DS | |website=https://github.com/reworks/FlabbyBird3DS | ||
|source=https://github.com/reworks/FlabbyBird3DS | |source=https://github.com/reworks/FlabbyBird3DS | ||
}} | }} | ||
FlabbyBird3DS is a Flappy Bird clone for the Nintendo 3DS. | |||
Why Flabby Bird? He got fat hiding all day from copyright vultures. | |||
==Installation== | |||
===Installing=== | |||
Copy FlabbyBird3DS.3dsx and FlabbyBird.smdh to /3ds/FlabbyBird3DS/ on your SD card. | |||
(For Citra, put the res folder to the root of the SD card.) | |||
== | ===Building=== | ||
To build, you require the following libraries: | To build, you require the following libraries: | ||
* ctrulib (included with devkitPro) | * ctrulib (included with devkitPro) | ||
* [https://github.com/xerpi/sf2dlib SF2D] | * [https://github.com/xerpi/sf2dlib SF2D] | ||
* [https://github.com/xerpi/sfillib SFIL] | * [https://github.com/xerpi/sfillib SFIL] | ||
* [https://github.com/xerpi/sftdlib SFTD] | * [https://github.com/xerpi/sftdlib SFTD] | ||
Then run <code>make</code> to build the .3dsx. | |||
== Credits | ==Controls== | ||
* xerpi | A - Start | ||
* smealum | |||
B or Touchscreen - Fly | |||
==Screenshots== | |||
https://dlhb.gamebrew.org/3dshomebrews/flabbybird3ds3.png | |||
https://dlhb.gamebrew.org/3dshomebrews/flabbybird3ds4.png | |||
==Changelog== | |||
'''v1.1.0''' | |||
* This update adds support for using the touchscreen for jumping and should support 3D. | |||
'''v1.0.0''' | |||
* First release of the game. Please report any issues in the issue tracker. Option to compile yourself available. | |||
==Credits== | |||
* xerpi - SF2D, SFIL, SFTD | |||
* smealum - ctrulib | |||
* [http://www.dafont.com/game-over.font game_over.ttf] | * [http://www.dafont.com/game-over.font game_over.ttf] | ||
* [http://www.dafont.com/f25-bank-printer.font f25.ttf] | * [http://www.dafont.com/f25-bank-printer.font f25.ttf] | ||
* Included artworks (specifically, anything found in [[../master/res/|res/]]), are found on google images. All credits to the original creator(s). | |||
==External links== | |||
* GitHub - https://github.com/reworks/FlabbyBird3DS | |||
[[Category:3DS homebrew games]] | |||
[[ | [[Category:Homebrew arcade games on 3DS]] |
Revision as of 01:51, 17 December 2021
FlabbyBird3DS | |
---|---|
File:FlabbyBird3DS.jpeg | |
General | |
Author | DomRe |
Type | Arcade Games |
Version | 1.1.0 |
License | Mixed |
Last Updated | 2016/02/16 |
Links | |
Download | |
Website | |
Source | |
FlabbyBird3DS is a Flappy Bird clone for the Nintendo 3DS.
Why Flabby Bird? He got fat hiding all day from copyright vultures.
Installation
Installing
Copy FlabbyBird3DS.3dsx and FlabbyBird.smdh to /3ds/FlabbyBird3DS/ on your SD card.
(For Citra, put the res folder to the root of the SD card.)
Building
To build, you require the following libraries:
Then run make
to build the .3dsx.
Controls
A - Start
B or Touchscreen - Fly
Screenshots
Changelog
v1.1.0
- This update adds support for using the touchscreen for jumping and should support 3D.
v1.0.0
- First release of the game. Please report any issues in the issue tracker. Option to compile yourself available.
Credits
- xerpi - SF2D, SFIL, SFTD
- smealum - ctrulib
- game_over.ttf
- f25.ttf
- Included artworks (specifically, anything found in [[../master/res/|res/]]), are found on google images. All credits to the original creator(s).