More actions
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.