More actions
No edit summary |
m (Text replacement - "Category:3DS homebrew games" to "") |
||
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox 3DS | {{Infobox 3DS Homebrews | ||
| title = Helii | |title=Helii | ||
| image = | |image=Helii3ds2.png | ||
| type = Arcade Games | |description=Homebrew port of Helii to the Nintendo 3DS. | ||
| version = | |author=BHSPitMonkey | ||
| | |lastupdated=2015/09/18 | ||
| | |type=Arcade Games | ||
|version=1.1 | |||
| | |license=Mixed | ||
| source = https:// | |download=https://dlhb.gamebrew.org/3dshomebrews/helii3ds.7z | ||
|website=https://github.com/BHSPitMonkey/Helii3DS | |||
|source=https://github.com/BHSPitMonkey/Helii3DS | |||
}} | }} | ||
Helii3DS is a homebrew port of Helii from the Nintendo Wii to the Nintendo 3DS. | |||
==Installation== | |||
===Installing=== | |||
Available in 3DSX/SMDH format. | |||
Copy the Helii3DS folder to the 3ds folder on your SD card, then run via Homebrew Launcher. | |||
root | |||
|-3ds/ | |||
| |-Helii3DS/ | |||
| | |-img/ | |||
| | | |-fire.png | |||
| | | |-heli.png | |||
| | |-smoke.png | |||
| |-Helii3DS.3dsx | |||
| |-Helii3DS.smdh | |||
===Building=== | |||
You'll need the following to be installed properly: | You'll need the following to be installed properly: | ||
* devkitPro | * devkitPro | ||
* libctru | * libctru | ||
Line 28: | Line 38: | ||
* portlibs for 3DS | * portlibs for 3DS | ||
Then build using | Then build using <code>make</code> | ||
< | |||
== | ==Controls== | ||
A - Fly | |||
==Credits== | |||
Projects used: | |||
* devkitPro - Homebrew toolchain. | |||
* [https://github.com/smea/libctru smea/libctru libctru] - 3DS core functionality. | |||
* [https://github.com/xerpi/libsf2d xerpi/libsf2d libsf2d] - For drawing. | |||
* [https://github.com/xerpi/libsfil xerpi/libsfil libsfil] - For image loading. | |||
* libpng - For image decoding. | |||
Artwork used: | |||
This | * [https://openclipart.org/detail/10814/helicopter Helicopter] | ||
http://scripts.sil.org/OFL | * [https://openclipart.org/detail/23803/fire Fire]. | ||
* [https://github.com/theleagueof/knewave Knewave font]: | |||
** Used under the terms of the SIL Open Font License: Copyright (c) 2010, Tyler Finck, with Reserved Font Name: "Knewave". | |||
** This Font Software is licensed under the [http://scripts.sil.org/OFL SIL Open Font License], Version 1.1 (26 February 2007). | |||
==Changelog== | |||
'''V1.1''' | |||
* Changed color scheme. | |||
* Began drawing text and scores to lower screen (high score is not yet persistent after exit). | |||
'''V1.0''' | |||
* First public build. | |||
* Collision and basic gameplay work as expected. | |||
==External links== | |||
* GitHub - https://github.com/BHSPitMonkey/Helii3DS |
Latest revision as of 05:35, 6 Mayıs 2024
Helii | |
---|---|
General | |
Author | BHSPitMonkey |
Type | Arcade Games |
Version | 1.1 |
License | Mixed |
Last Updated | 2015/09/18 |
Links | |
Download | |
Website | |
Source | |
Helii3DS is a homebrew port of Helii from the Nintendo Wii to the Nintendo 3DS.
Installation
Installing
Available in 3DSX/SMDH format.
Copy the Helii3DS folder to the 3ds folder on your SD card, then run via Homebrew Launcher.
root |-3ds/ | |-Helii3DS/ | | |-img/ | | | |-fire.png | | | |-heli.png | | |-smoke.png | |-Helii3DS.3dsx | |-Helii3DS.smdh
Building
You'll need the following to be installed properly:
- devkitPro
- libctru
- libsf2d
- libsfil
- portlibs for 3DS
Then build using make
Controls
A - Fly
Credits
Projects used:
- devkitPro - Homebrew toolchain.
- smea/libctru libctru - 3DS core functionality.
- xerpi/libsf2d libsf2d - For drawing.
- xerpi/libsfil libsfil - For image loading.
- libpng - For image decoding.
Artwork used:
- Helicopter
- Fire.
- Knewave font:
- Used under the terms of the SIL Open Font License: Copyright (c) 2010, Tyler Finck, with Reserved Font Name: "Knewave".
- This Font Software is licensed under the SIL Open Font License, Version 1.1 (26 February 2007).
Changelog
V1.1
- Changed color scheme.
- Began drawing text and scores to lower screen (high score is not yet persistent after exit).
V1.0
- First public build.
- Collision and basic gameplay work as expected.