Space Shooter

From WiiBrew
(Redirected from SpaceShooter)
Jump to navigation Jump to search
Space Shooter
SpaceShooterIcon.PNG
General
Author(s)PaceMaker
TypeShooting game
Version0.3
Links
Source
Downloadable via the Homebrew Browser
Peripherals
Wiimote1.svg
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.

WiimoteHorizontal.svg Action
Wiimote D-Pad Move
Wiimote 1 Button Turn
Wiimote 2 Button Fire
Wiimote HOME Button 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
  1. See BibLib/BibSound2.cpp and BibLib/BibMp3.cpp for a simple background mp3 + sound effects mixer
  2. See BibLib/BibWiiInputDevice.cpp for a nice wrapper on the Wii Remote, Nunchuk, GC Controller functions
  3. See BibLib/BibFrameRate.cpp for a way to get the timing required for sprite animation and Frames-Per-Second calculations.

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.