More actions
No edit summary |
m (Text replacement - "Category:3DS homebrew games" to "") |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
|title=Helii | |title=Helii | ||
|image= | |image=Helii3ds2.png | ||
|description=Homebrew port of Helii to the Nintendo 3DS. | |description=Homebrew port of Helii to the Nintendo 3DS. | ||
|author=BHSPitMonkey | |author=BHSPitMonkey | ||
Line 16: | Line 16: | ||
==Installation== | ==Installation== | ||
===Installing=== | ===Installing=== | ||
Available in 3DSX/SMDH. | Available in 3DSX/SMDH format. | ||
Copy the Helii3DS folder to the 3ds folder on your SD card, then run via | Copy the Helii3DS folder to the 3ds folder on your SD card, then run via Homebrew Launcher. | ||
root | root | ||
Line 29: | Line 29: | ||
| |-Helii3DS.3dsx | | |-Helii3DS.3dsx | ||
| |-Helii3DS.smdh | | |-Helii3DS.smdh | ||
===Building=== | ===Building=== | ||
Line 40: | Line 39: | ||
Then build using <code>make</code> | Then build using <code>make</code> | ||
==Controls== | |||
A - Fly | |||
==Credits== | ==Credits== | ||
Line 50: | Line 52: | ||
Artwork used: | Artwork used: | ||
* [https://openclipart.org/detail/10814/helicopter Helicopter | * [https://openclipart.org/detail/10814/helicopter Helicopter] | ||
* [https://openclipart.org/detail/23803/fire Fire]. | * [https://openclipart.org/detail/23803/fire Fire]. | ||
* [https://github.com/theleagueof/knewave Knewave font] | * [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). | ** This Font Software is licensed under the [http://scripts.sil.org/OFL SIL Open Font License], Version 1.1 (26 February 2007). | ||
==Changelog== | ==Changelog== | ||
Line 65: | Line 67: | ||
* Collision and basic gameplay work as expected. | * 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.