Difference between revisions of "Space Game"
(create page for 5.5.0/5.5.1 space game homebrew) |
(Update description) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox homebrew | {{Infobox homebrew | ||
+ | | labelstyle = "width:33%;" | ||
| title = Space Game | | title = Space Game | ||
| image = [[File:Space Game Logo.png]] | | image = [[File:Space Game Logo.png]] | ||
| desc = Space shooter for Wii U | | desc = Space shooter for Wii U | ||
− | | author = VGMoose | + | | author = [https://github.com/vgmoose VGMoose] |
− | | type = game | + | [https://github.com/creepermario CreeperMario] |
− | | version = 1. | + | [https://github.com/xhp-creations brienj] |
− | | download = | + | | type = shooting game |
+ | | version = 1.6 | ||
+ | | download = http://wiiubru.com/appstore/zips/spacegame.zip | ||
| source = https://github.com/vgmoose/space | | source = https://github.com/vgmoose/space | ||
+ | | hbb = yes | ||
}} | }} | ||
− | '''Space Game''' is a small shooter for the Wii U. | + | '''Space Game''' is a small shooter game for the Wii U. It was originally developed for the limited userspace environment, but since has been ported to HBL ELF using dimok's dynamic libs, as well as RPX files using the [[Wii U Toolchain]]. It utilizes [[OSScreen]] to draw bitmaps to the screen, rather than any graphics library. |
− | + | More information on how it works is available in the [https://github.com/vgmoose/space github readme]. There are the [https://github.com/vgmoose/space/tree/userland userland], [https://github.com/vgmoose/space/tree/hbl_elf hbl_elf], and [https://github.com/vgmoose/space/tree/wut wut] branches, each of which use slightly different mechanisms. | |
− | |||
− | === How to Play | + | It is released under the [https://opensource.org/licenses/MIT MIT license]. |
+ | |||
+ | ==Setup== | ||
+ | The program can be launched using the [[Homebrew Launcher]]. Simply download the zip from above, and extract the folder into the <code>sd:/wiiu/apps/spacegame</code> folder. It is also available for download in the [[Homebrew App Store]] | ||
+ | |||
+ | ==How to Play== | ||
Play as the space ship to avoid and shoot enemies. Move around the space ship with either joystick or the d-pad. Tap / hold on the gamepad's touch screen to shoot bullets / rapid fire. Move up levels every 5000 points, and get 100 points for killing an enemy, and 10 points every second. Upon dying, a password is received. Entering the password will zero out the score, but allow one to continue where they left off. | Play as the space ship to avoid and shoot enemies. Move around the space ship with either joystick or the d-pad. Tap / hold on the gamepad's touch screen to shoot bullets / rapid fire. Move up levels every 5000 points, and get 100 points for killing an enemy, and 10 points every second. Upon dying, a password is received. Entering the password will zero out the score, but allow one to continue where they left off. | ||
− | === Video | + | {| class="wikitable" |
− | View a video of Space Game being played [https://www.youtube.com/watch?v=KMuicPmOIHw here]. | + | |- |
+ | ! {{WiiUGamePad}} || Action | ||
+ | |- | ||
+ | | {{WiiUGamePadDPad}} || (On menu screens) Select an option | ||
+ | |- | ||
+ | | {{WiiUGamePadAButton}} || (On menu screens) Execute the selected option | ||
+ | |- | ||
+ | | {{WiiUGamePadLControlStick}} || Move the spaceship | ||
+ | |- | ||
+ | | {{WiiUGamePadHomeButton}} || Close the game and return to the Homebrew Launcher | ||
+ | |} | ||
+ | ==Video== | ||
+ | View a video of Space Game being played (old version) [https://www.youtube.com/watch?v=KMuicPmOIHw here]. | ||
− | + | ==Plot== | |
The year is 201X. Hop aboard the H.Y.K.M. interstellar spaceship and defend your precious cargo from the oncoming pirates and naysayers! Use either joystick to move around and dodge enemies, and tap on the screen to fire in the direction of the tap. You are the last hope for the Wii U homebrew scene! | The year is 201X. Hop aboard the H.Y.K.M. interstellar spaceship and defend your precious cargo from the oncoming pirates and naysayers! Use either joystick to move around and dodge enemies, and tap on the screen to fire in the direction of the tap. You are the last hope for the Wii U homebrew scene! | ||
− | + | ==Screen shots== | |
− | [[File:Space Game Title.png]] | + | [[File:Space Game Title.png|640px|center]] |
− | + | <br/> | |
− | [[File:Space Game Gameplay.png]] | + | [[File:Space Game Gameplay.png|640px|center]] |
− | + | ==License== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [ | + | Space Game is released under the [https://opensource.org/licenses/MIT MIT license], and its source code is available on [https://github.com/vgmoose/space GitHub]. |
− | [http://wiiubru.com | + | ==More Links== |
+ | * [https://gbatemp.net/threads/release-space-game.414342/ GBATemp Post] | ||
+ | * [https://www.reddit.com/r/wiiu/comments/45fc0l/a_homebrew_game_i_made_for_wii_u/ Reddit] | ||
+ | * [https://vgmoose.com/blog/release-space-game-for-wii-u-9950630850 Blog post on vgmoose.com] | ||
+ | * [http://wiiubru.com/appstore Wii U Homebrew App Store (official repo)] |
Latest revision as of 17:54, 20 September 2016
Space Game | |
![]() | |
General | |
---|---|
Author(s) | VGMoose brienj |
Type | Shooting game |
Version | 1.6 |
Links | |
Download | |
Source | |
Downloadable via the Homebrew App Store |
Space Game is a small shooter game for the Wii U. It was originally developed for the limited userspace environment, but since has been ported to HBL ELF using dimok's dynamic libs, as well as RPX files using the Wii U Toolchain. It utilizes OSScreen to draw bitmaps to the screen, rather than any graphics library.
More information on how it works is available in the github readme. There are the userland, hbl_elf, and wut branches, each of which use slightly different mechanisms.
It is released under the MIT license.
Setup
The program can be launched using the Homebrew Launcher. Simply download the zip from above, and extract the folder into the sd:/wiiu/apps/spacegame
folder. It is also available for download in the Homebrew App Store
How to Play
Play as the space ship to avoid and shoot enemies. Move around the space ship with either joystick or the d-pad. Tap / hold on the gamepad's touch screen to shoot bullets / rapid fire. Move up levels every 5000 points, and get 100 points for killing an enemy, and 10 points every second. Upon dying, a password is received. Entering the password will zero out the score, but allow one to continue where they left off.
![]() |
Action |
---|---|
![]() |
(On menu screens) Select an option |
![]() |
(On menu screens) Execute the selected option |
![]() |
Move the spaceship |
![]() |
Close the game and return to the Homebrew Launcher |
Video
View a video of Space Game being played (old version) here.
Plot
The year is 201X. Hop aboard the H.Y.K.M. interstellar spaceship and defend your precious cargo from the oncoming pirates and naysayers! Use either joystick to move around and dodge enemies, and tap on the screen to fire in the direction of the tap. You are the last hope for the Wii U homebrew scene!
Screen shots
License
Space Game is released under the MIT license, and its source code is available on GitHub.