Difference between revisions of "Space Shooter"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
| display = | | display = | ||
| version = 0.3 | | version = 0.3 | ||
− | | download = [http://pacemaker-productions.googlecode.com/files/SpaceShooter-v0.3-Binary-HBC-Compatible.zip | + | | download = [http://pacemaker-productions.googlecode.com/files/SpaceShooter-v0.3-Binary-HBC-Compatible.zip SpaceShooter-v0.3-Binary-HBC-Compatible.zip] |
| source = [http://pacemaker-productions.googlecode.com/files/SpaceShooter-Wii-Source-0_3.zip SpaceShooter-Wii-Source-0_3.zip] | | source = [http://pacemaker-productions.googlecode.com/files/SpaceShooter-Wii-Source-0_3.zip SpaceShooter-Wii-Source-0_3.zip] | ||
| peripherals = {{Wiimote1}} | | peripherals = {{Wiimote1}} | ||
Line 47: | Line 47: | ||
==Version Notes== | ==Version Notes== | ||
* Current version is 0.3 | * Current version is 0.3 | ||
− | * Now compatible with HBC Beta 9, HBC 1.0 and beyond. | + | * 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:=== | ===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) |
Revision as of 01:40, 12 December 2008
Space Shooter | |
| |
General | |
---|---|
Author(s) | PaceMaker |
Type | Game |
Version | 0.3 |
Links | |
[[SpaceShooter-v0.3-Binary-HBC-Compatible.zip|Download]] | |
[[SpaceShooter-Wii-Source-0_3.zip|Source]] | |
Peripherals | |
![]() |
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
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.
- 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.