More actions
(Created page with "{{#seo: |title=Wii Homebrew Games (Arcade Games) - GameBrew |title_mode=append |image=heliiwii.jpg |image_alt=Helii }} {{Infobox Wii Homebrews |title=Helii |image=heliiwii.jpg...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Wii Homebrews | {{Infobox Wii Homebrews | ||
|title=Helii | |title=Helii | ||
|image= | |image=heliiwii2.png | ||
|description=Fly the helicopter safely through the cave. | |description=Fly the helicopter safely through the cave. | ||
|author=BHSPitMonkey | |author=BHSPitMonkey | ||
Line 15: | Line 9: | ||
|license=New BSD Licence | |license=New BSD Licence | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/heliiwii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/heliiwii.7z | ||
|website= | |website=https://wiibrew.org/wiki/Helii | ||
|source=http://github.com/BHSPitMonkey/bhspitmonkey-code/tree/master/wii/helii/ | |source=http://github.com/BHSPitMonkey/bhspitmonkey-code/tree/master/wii/helii/ | ||
}} | }} | ||
https:// | Helii is a helicopter game for the Wii. | ||
The game is written in C++ and uses [https://github.com/nebiun/libwiisprite libwiisprite] for graphics. The source code was designed with clarity in mind. | |||
==User guide== | |||
Steer a helicopter through a tunnel. As the game progresses, the tunnel varies in size/shape, and obstacles are introduced. | |||
== Controls == | |||
Only one player can play, using the first Wiimote. | |||
A - Lift the helicopter | |||
Plus - Pause or restart | |||
Home - Exit to Loader | |||
== Changelog == | |||
''' 0.2 ''' | |||
* First public release. | |||
* Added obstacles. | |||
* Cave shape is now unique to each play. | |||
* Added flaming death animation. | |||
* Added outro sequence. | |||
* Improved smoke trail. | |||
== | ==External links== | ||
*GitHub - http://github.com/BHSPitMonkey/bhspitmonkey-code/tree/master/wii/helii/ | |||
*WiBrew - https://wiibrew.org/wiki/Helii |
Latest revision as of 02:35, 11 March 2023
Helii | |
---|---|
General | |
Author | BHSPitMonkey |
Type | Arcade Games |
Version | 0.2 |
License | New BSD Licence |
Last Updated | 2009/10/17 |
Links | |
Download | |
Website | |
Source | |
Helii is a helicopter game for the Wii.
The game is written in C++ and uses libwiisprite for graphics. The source code was designed with clarity in mind.
User guide
Steer a helicopter through a tunnel. As the game progresses, the tunnel varies in size/shape, and obstacles are introduced.
Controls
Only one player can play, using the first Wiimote.
A - Lift the helicopter
Plus - Pause or restart
Home - Exit to Loader
Changelog
0.2
- First public release.
- Added obstacles.
- Cave shape is now unique to each play.
- Added flaming death animation.
- Added outro sequence.
- Improved smoke trail.