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

Difference between revisions of "Jump 'n Bump"

From WiiBrew
Jump to navigation Jump to search
Line 6: Line 6:
 
| license    = GPL
 
| license    = GPL
 
| author      = Amarth
 
| author      = Amarth
| version    = 0.1
+
| version    = 0.2
| download    = [[Image:Jumpnbump-0.1.zip]]
+
| download    = [[Image:Jumpnbump-0.2.zip]]
 
| source      = SDL port [http://git.icculus.org/?p=crow/jumpnbump.git;a=summary here], Wii patches on request
 
| source      = SDL port [http://git.icculus.org/?p=crow/jumpnbump.git;a=summary here], Wii patches on request
 
| peripherals = {{Wiimote1}} {{Wiimote2}} {{Wiimote3}} {{Wiimote4}}
 
| peripherals = {{Wiimote1}} {{Wiimote2}} {{Wiimote3}} {{Wiimote4}}
Line 13: Line 13:
 
}}
 
}}
  
'''Jump 'n Bump''', a cute bunny game with blood, ported to the Wii. This is a multiplayer game. Each player controls a fluffy bunny jumping around in a pleasant environment. The aim is simply to jump on the other bunnies to make them explode in a shower of blood and to increase your score. Fun for the whole family!
+
'''Jump 'n Bump''', a cute bunny game with blood, ported to the Wii. The original is maintained at [http://icculus.org/jumpnbump/]. This is a multiplayer game. Each player controls a fluffy bunny jumping around in a pleasant environment. The aim is simply to jump on the other bunnies to make them explode in a shower of blood and to increase your score. Fun for the whole family!
  
Download at [[Image:Jumpnbump-0.1.zip]]. Unzip in /apps if you use the HBC.
+
Download at [[Image:Jumpnbump-0.2.zip]]. Unzip in /apps if you use the HBC.
  
 
Testers wanted! Please post your impressions on the talk page.
 
Testers wanted! Please post your impressions on the talk page.
Line 33: Line 33:
 
| {{Wiimote1}} {{WiimoteHomeButton}} || Quit
 
| {{Wiimote1}} {{WiimoteHomeButton}} || Quit
 
|}
 
|}
 +
 +
== Changelog ==
 +
=== 0.2 ===
 +
* Add rumble support
 +
* Fixed end-of-game message to reference HOME instead of ESC
 +
=== 0.1 ===
 +
* Initial release, ported from Jump 'n Bump 1.51
  
 
== TODO ==
 
== TODO ==

Revision as of 23:57, 3 September 2008

Jump 'n Bump
Jumpnbumpicon.png
General
Author(s)Amarth
TypeGame
Version0.2
LicenseGPL
Links
[[File:Jumpnbump-0.2.zip|Download]]
[[SDL port here, Wii patches on request|Source]]
Peripherals
Wiimote1.svg WiiMote2.svg Wiimote3.svg Wiimote4.svg

Jump 'n Bump, a cute bunny game with blood, ported to the Wii. The original is maintained at [1]. This is a multiplayer game. Each player controls a fluffy bunny jumping around in a pleasant environment. The aim is simply to jump on the other bunnies to make them explode in a shower of blood and to increase your score. Fun for the whole family!

Download at File:Jumpnbump-0.2.zip. Unzip in /apps if you use the HBC.

Testers wanted! Please post your impressions on the talk page.

A note about the graphics

Jump 'n Bump runs at the silly resolution of 400x256, a ratio of 25:16. A scaleup option is present in the code to make it run at 800x512, a mode the Wii does not support. I'm not entirely sure what to do with this, so for now I've left it as is, with a huge black border around it. If you can't stand the cuteness anymore, you can look a bit at the black border, representing vileness and death.

Controls

Wiimote1.svg - Wiimote4.svg Action
Wiimote D-Pad Move
Wiimote 2 Button Jump
Wiimote1.svg Wiimote HOME Button Quit

Changelog

0.2

  • Add rumble support
  • Fixed end-of-game message to reference HOME instead of ESC

0.1

  • Initial release, ported from Jump 'n Bump 1.51

TODO

  • Move wiimote to jump
  • Front-end for options and level selection
  • Remove unused part of the code to lessen filesize
  • Use gzipped .dat files to lessen filesize