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

Difference between revisions of "Missile Command"

From WiiBrew
Jump to navigation Jump to search
m (Robot: Cosmetic changes)
 
(35 intermediate revisions by 15 users not shown)
Line 1: Line 1:
{{Infobox homebrewapp
+
{{Infobox homebrew
 
| title      = Missile Command
 
| title      = Missile Command
 
'''Protect the homeland!'''
 
'''Protect the homeland!'''
| image      =  
+
| image      = [[File:Missilecommand.png]]
| desc       = Remake of the 80s arcade game
+
| type       = shooting game
| type        = Game
+
| author      = [[User:Ulti|ulti]]
| author      = [[User:Ulti]]
+
| version     = 0.6a
| display     =  
+
| download    = http://pdroms.de/files/1925/
| download    = [http://www.cs.hmc.edu/~mareynol/missilecommand_0.4a.zip version 0.4a]
+
| peripherals = {{Wiimote1}} {{SensorBar}} {{Nunchuk}} {{FrontSD}}
| source      = Yes
+
| hbb        = yes
| peripherals = {{Wiimote1}} {{Nunchuck}} {{FrontSD}}
 
 
}}
 
}}
  
Hey, it's missile command time!  This uses the excellent [[Development Applications/libwiisprite|libwiisprite]] for graphics and [http://www.entuwii.net/wiki/Sndlib_BETA_1.0 Sndlib BETA 1.0] for sound.  The background music is [http://www.vorbis.com/music/Epoq-Lepidoptera.ogg Epoq - Lepidoptera], available for free from the [http://www.kahvi.org/ Kahvi Collective].  The sound effects were made by me spitting on my microphone.
+
Hey, it's missile command time!  Destroy the missiles before they reach the earth and blow up your family!
  
I try to get some work done on this every day, so releases are pretty quick.  Check back often!
+
== Credit ==
  
==Objective==
+
This uses the excellent [[libwiisprite]] for graphics and [[Sndlib]] for sound.  The background music is [http://www.kahvi.org/artists2.php?offset=3&artist=Kenny%20Beltrey Kenny Beltrey - Hydrate], available for free from the [http://www.kahvi.org/ Kahvi Collective].  The sound effects were made by me spitting on my microphone.
Destroy missiles before they reach the earth and blow up your family!
 
  
==Controls==
+
I'm also using [[User:DragonMinded|DragonMinded]]'s [http://www.dragonminded.com/files/FreeType%20With%20Libwiisprite.zip FreeType With Libwiisprite] for FreeType text display. The font I'm using is [http://www.urbanfonts.com/fonts.php?fontauthor=3362 Ben Nathan's] [http://www.urbanfonts.com/fonts/Elements.htm Elements], which is available for free from [http://www.urbanfonts.com Urban Fonts].
Wiimote: Aim crosshairs
 
B or Z: Fire anti-missile missile
 
Hold Left/Up/Right (D-pad or Nunchuck stick): Fire from left/center/right silo
 
  Plus:   Restart game
 
Hold 2 and press Plus: 100 missile mode (caution: this may crash the game)
 
Home:    Exit to loader
 
  
==Status==
+
== Controls ==
===Current Version===
+
{| class="wikitable" style="left;text-align:center;"
0.4a - Added background music and sound effects (contact me on IRC if you think you can do a better job with the sound effects)
+
|-
 +
! {{Wiimote}}+{{Nunchuk}}  !! Action
 +
|-
 +
| {{WiimoteAim}} || Aim crosshairs
 +
|-
 +
| {{WiimoteBButton}} or {{NunchuckZButton}} || Fire anti-missile missile
 +
|-
 +
| Hold '''Left'''/'''Up'''/'''Right'''{{WiimoteDPad}} or {{NunchuckControlStick}} || Fire from left/center/right silo
 +
|-
 +
| {{WiimotePlusButton}} || Restart game
 +
|-
 +
| {{Wiimote2Button}}+{{WiimotePlusButton}} || 100 missile mode
 +
|-
 +
| {{WiimoteHomeButton}} || Exit to loader
 +
|}
  
===Changelog===
+
== Changelog ==
0.3a - Added split missiles, missiles now have trajectory lines
+
=== 0.6a ===
0.2a - Added silo health and ammo, marginally better sprites
+
* Converted boot.elf to boot.dol for compatibility with Homebrew Channel beta9. No other changes.
0.1a - Initial release
+
=== 0.5a ===
 +
* Fixed a crash bug related to split missiles not being cleaned up properly.
 +
* Added text
 +
* Changed background music to "Hydrate", another Kahvi track, because I was getting tired of listening to the old one over and over.
 +
* Sped up enemy missile speed by a factor of two.
 +
* Added an interface for writing level scripts. This is what enables the title screen, game over screen, etc.
 +
* Moved the file hosting to WarpedFlash's dropbox. Thanks WarpedFlash!
 +
=== 0.4a ===
 +
*Added background music and sound effects (contact me on IRC if you think you can do a better job with the sound effects)
 +
=== 0.3a ===
 +
*Added split missiles
 +
*Missiles now have trajectory lines
 +
=== 0.2a ===
 +
*Added silo health and ammo
 +
*Marginally better sprites
 +
=== 0.1a ===
 +
*Initial release
  
[[category:Homebrew in Development]]
+
[[Category:Homebrew using libwiisprite]]
 +
[[Category:Homebrew using Sndlib]]

Latest revision as of 18:14, 10 August 2009

Missile Command Protect the homeland!
Missilecommand.png
General
Author(s)ulti
TypeShooting game
Version0.6a
Links
Download
Downloadable via the Homebrew Browser
Peripherals
Wiimote1.svg SensorBar.svg Nunchuck alternative.svg Loads files from the Front SD slot

Hey, it's missile command time! Destroy the missiles before they reach the earth and blow up your family!

Credit

This uses the excellent libwiisprite for graphics and Sndlib for sound. The background music is Kenny Beltrey - Hydrate, available for free from the Kahvi Collective. The sound effects were made by me spitting on my microphone.

I'm also using DragonMinded's FreeType With Libwiisprite for FreeType text display. The font I'm using is Ben Nathan's Elements, which is available for free from Urban Fonts.

Controls

Wiimote.svg+Nunchuck alternative.svg Action
Wii Remote Aim Aim crosshairs
Wiimote B Button or Nunchuck Z Button Fire anti-missile missile
Hold Left/Up/RightWiimote D-Pad or Nunchuck Control Stick Fire from left/center/right silo
Wiimote + Button Restart game
Wiimote 2 Button+Wiimote + Button 100 missile mode
Wiimote HOME Button Exit to loader

Changelog

0.6a

  • Converted boot.elf to boot.dol for compatibility with Homebrew Channel beta9. No other changes.

0.5a

  • Fixed a crash bug related to split missiles not being cleaned up properly.
  • Added text
  • Changed background music to "Hydrate", another Kahvi track, because I was getting tired of listening to the old one over and over.
  • Sped up enemy missile speed by a factor of two.
  • Added an interface for writing level scripts. This is what enables the title screen, game over screen, etc.
  • Moved the file hosting to WarpedFlash's dropbox. Thanks WarpedFlash!

0.4a

  • Added background music and sound effects (contact me on IRC if you think you can do a better job with the sound effects)

0.3a

  • Added split missiles
  • Missiles now have trajectory lines

0.2a

  • Added silo health and ammo
  • Marginally better sprites

0.1a

  • Initial release