In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Space Shooter

From WiiBrew
Jump to navigation Jump to search
Space Shooter
SpaceShooterIcon.PNG
General
Author(s)PaceMaker
TypeGame
Links
[[SpaceShooter-Wii-Binary-0_2_.zip|Download]]
[[SpaceShooter-Wii-Source-0_2_.zip|Source]]
Peripherals
Wiimote1.svg

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 four levels.

Controls

hold the wii remote sideways.

Button Action
Wiimote D-Pad Move
Wiimote 1 Button Turn
Wiimote 2 Button Fire
Wiimote HOME Button Return to loader

Easter Eggs

There is an easter egg if you beat all four levels.

Source

File:SpaceShooter-Wii-Source-0 2 .zip To recompile there is a batch file that must be run in the data directory to convert the .bmp to .h files.

  • See BibLib/BibSound.cpp class for a simple sound mixing class.
  • See BibLib/BibWiiInputDevice.cpp for a nice wrapper on the Wii Remote functions
  • See BibLib/BibFrameRate.cpp for a way to get the timing required for sprite animation and Frames-Per-Second calculations.