Difference between revisions of "Space Shooter"
Jump to navigation
Jump to search
(Download link is down but source code is archived, someone with some time should compile it.) |
|||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Infobox | + | {{Infobox homebrew |
| title = Space Shooter | | title = Space Shooter | ||
− | | image = [[ | + | | image = [[File:SpaceShooterIcon.PNG]] |
− | + | | type = shooting game | |
− | | type = | ||
| author = PaceMaker | | author = PaceMaker | ||
− | |||
| version = 0.3 | | version = 0.3 | ||
− | | download = | + | | download = |
− | + | | source = https://web.archive.org/web/20160805222758/http://pacemaker-productions.googlecode.com/files/SpaceShooter-Wii-Source-0_3.zip | |
| peripherals = {{Wiimote1}} | | peripherals = {{Wiimote1}} | ||
− | + | | hbb = yes | |
− | | hbb = | ||
}} | }} | ||
+ | {{No Download}} | ||
'''Space Shooter''' is an original 2D space shooting game. It's simple, just shoot anything that moves or shoots back. The objective is to destroy all enemies on the six levels. | '''Space Shooter''' is an original 2D space shooting game. It's simple, just shoot anything that moves or shoots back. The objective is to destroy all enemies on the six levels. | ||
− | ==Controls== | + | == Controls == |
Controls can be changed in the Menu. | Controls can be changed in the Menu. | ||
Line 32: | Line 30: | ||
|} | |} | ||
− | ==Easter Eggs== | + | == Easter Eggs == |
There is an easter egg if you beat all six levels. | There is an easter egg if you beat all six levels. | ||
− | ==Source== | + | == Source == |
− | [http://pacemaker-productions.googlecode.com/files/ | + | Source Code[https://web.archive.org/web/20160805222758/http://pacemaker-productions.googlecode.com/files/SpaceShooter-Wii-Source-0_3.zip] |
+ | |||
To recompile there is a batch file that must be run in the data directory to convert the .bmp to .h files. | To recompile there is a batch file that must be run in the data directory to convert the .bmp to .h files. | ||
* Notable items | * Notable items | ||
Line 43: | Line 42: | ||
# See BibLib/BibFrameRate.cpp for a way to get the timing required for sprite animation and Frames-Per-Second calculations. | # See BibLib/BibFrameRate.cpp for a way to get the timing required for sprite animation and Frames-Per-Second calculations. | ||
− | * See also: | + | * See also: [http://code.google.com/p/pacemaker-productions/ PaceMaker Productions (code.google.com)] |
− | ==Version Notes== | + | == Version Notes == |
* Current version is 0.3 | * Current version is 0.3 | ||
− | ===Changes for Version 0.3 release:=== | + | * Now compatible with HBC Beta 9, HBC 1.0 and beyond. The binary included is a .dol not a .elf. |
+ | === Changes for Version 0.3 release: === | ||
* Sped up viewport scrolling (no lagging in the viewport, but now it's jittery) | * Sped up viewport scrolling (no lagging in the viewport, but now it's jittery) | ||
* Change the way weapon systems work (cumulative, not individual) | * Change the way weapon systems work (cumulative, not individual) |
Latest revision as of 06:46, 21 August 2022
Space Shooter | |
| |
General | |
---|---|
Author(s) | PaceMaker |
Type | Shooting game |
Version | 0.3 |
Links | |
Source | |
Downloadable via the Homebrew Browser | |
Peripherals | |
![]() |
ARCHIVISTS NEEDED |
This homebrew application currently contains an invalid download link. It was either not caught in the web archive or on a forum that required registration to download files; which the Wayback Machine cannot index. PLEASE PROVIDE A NEW DOWNLOAD IF YOU HAVE THIS APPLICATION. |
Space Shooter is an original 2D space shooting game. It's simple, just shoot anything that moves or shoots back. The objective is to destroy all enemies on the six levels.
Controls
Controls can be changed in the Menu.
![]() |
Action |
---|---|
![]() |
Move |
![]() |
Turn |
![]() |
Fire |
![]() |
In Game Menu |
Easter Eggs
There is an easter egg if you beat all six levels.
Source
Source Code[1]
To recompile there is a batch file that must be run in the data directory to convert the .bmp to .h files.
- Notable items
- See BibLib/BibSound2.cpp and BibLib/BibMp3.cpp for a simple background mp3 + sound effects mixer
- See BibLib/BibWiiInputDevice.cpp for a nice wrapper on the Wii Remote, Nunchuk, GC Controller functions
- See BibLib/BibFrameRate.cpp for a way to get the timing required for sprite animation and Frames-Per-Second calculations.
- See also: PaceMaker Productions (code.google.com)
Version Notes
- Current version is 0.3
- Now compatible with HBC Beta 9, HBC 1.0 and beyond. The binary included is a .dol not a .elf.
Changes for Version 0.3 release:
- Sped up viewport scrolling (no lagging in the viewport, but now it's jittery)
- Change the way weapon systems work (cumulative, not individual)
- Initialize random seed for different powerups each time.
- Restructure internal code to detect and interface with controllers.
- Added code to allow multiple control options (Pad, Tilt Pad, Nunchuk, Gamecube).
- Menu is always accessible via Wii Remote Home button.
- Big Bombs now shoot backwards.
- Added two levels and made "The Horde" level a bit easier.
- Improved BibSound code substantially, it's now double buffered
- Fixed bug where some sounds were accidently repeated
- Added mp3 background playing to BibSound code.