Difference between revisions of "Missile Command"
Line 7: | Line 7: | ||
| author = [[User:Ulti|ulti]] | | author = [[User:Ulti|ulti]] | ||
| display = | | display = | ||
− | | download = [http:// | + | | download = [http://warpedflash.com/dropbox/wii/ulti/missilecommand_0.5a.zip version 0.5a] |
| source = Yes | | source = Yes | ||
| peripherals = {{Wiimote1}} {{Nunchuck}} {{FrontSD}} | | peripherals = {{Wiimote1}} {{Nunchuck}} {{FrontSD}} | ||
}} | }} | ||
− | Hey, it's missile command time! This uses the excellent [[Development Applications/libwiisprite|libwiisprite]] for graphics and [[Development Applications/Sndlib|Sndlib]] for sound. The background music is | + | Hey, it's missile command time! This uses the excellent [[Development Applications/libwiisprite|libwiisprite]] for graphics and [[Development Applications/Sndlib|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. |
+ | |||
+ | I'm also using [[User:Beardface|Beardface]]'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]. | ||
I try to get some work done on this every day, so releases are pretty quick. Check back often! | I try to get some work done on this every day, so releases are pretty quick. Check back often! | ||
Line 43: | Line 45: | ||
==Status== | ==Status== | ||
===Current Version=== | ===Current Version=== | ||
+ | 0.5a | ||
+ | |||
+ | * Fixed a crash bug related to split missiles not being cleaned up properly. | ||
+ | * Added text, using [[User:Beardface|Beardface]]'s [http://www.dragonminded.com/files/FreeType%20With%20Libwiisprite.zip FreeType With Libwiisprite]. 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]. Beardface, consider yourself attributed! | ||
+ | * Changed background music to [http://www.kahvi.org/artists2.php?offset=3&artist=Kenny%20Beltrey Kenny Beltrey - 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! | ||
+ | |||
+ | ===Changelog=== | ||
+ | |||
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.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.3a - Added split missiles, missiles now have trajectory lines | ||
Revision as of 04:09, 29 June 2008
Missile Command Protect the homeland! | |
General | |
---|---|
Author(s) | ulti |
Type | Game |
Links | |
[[version 0.5a|Download]] | |
Source | |
Peripherals | |
![]() ![]() ![]() |
Hey, it's missile command time! 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 Beardface'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.
I try to get some work done on this every day, so releases are pretty quick. Check back often!
Objective
Destroy missiles before they reach the earth and blow up your family!
Controls
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
Current Version
0.5a
- Fixed a crash bug related to split missiles not being cleaned up properly.
- Added text, using Beardface's FreeType With Libwiisprite. The font I'm using is Ben Nathan's Elements, which is available for free from Urban Fonts. Beardface, consider yourself attributed!
- Changed background music to Kenny Beltrey - 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!
Changelog
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