More actions
No edit summary |
m (Text replacement - "Category:3DS homebrew games" to "") |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox 3DS | {{Infobox 3DS Homebrews | ||
| title = FlabbyBird3DS | |title=FlabbyBird3DS | ||
| image = | |image=Flabbybird3ds2.png | ||
| type = Arcade Games | |description=Flappy Bird clone. | ||
| version = | |author=DomRe | ||
| | |lastupdated=2016/02/16 | ||
| | |type=Arcade Games | ||
|version=1.1.0 | |||
| | |license=Mixed | ||
| source = https:// | |download=https://dlhb.gamebrew.org/3dshomebrews/flabbybird3ds.7z | ||
|website=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] Then run | * [https://github.com/xerpi/sftdlib SFTD.] | ||
== | |||
Then run <code>make</code> to build the .3dsx. | |||
== Credits | |||
* xerpi | ==Controls== | ||
* smealum | A - Start | ||
* [http://www.dafont.com/game-over.font game_over.ttf] | |||
* [http://www.dafont.com/f25-bank-printer.font f25.ttf] | B or Touchscreen - Jump | ||
== | |||
X - Open/close instructions | |||
Start - Quit, Back to menu | |||
Select - Reset highscore | |||
==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/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 |
Latest revision as of 05:38, 6 Mayıs 2024
FlabbyBird3DS | |
---|---|
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 - Jump
X - Open/close instructions
Start - Quit, Back to menu
Select - Reset highscore
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).