Lava Jumper

Lava Jumper

This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
audio: 1.00
community: 2.17
coolness: 0.22
fun: 2.20
graphics: 2.00
humor: 1.44
innovation: 1.50
mood: 1.13
overall: 1.64
theme: 1.30
*NOTE: Please use the patched version as level 10 had a problem and rendered the game unplayable. The only modification was replacing the previous level 10 with a new copy moving the spawn point pixel down 1 space.

This is my first completed game. The basic principal is to make it to the blue square aka portal. Some levels are hard and some are easy. Due to a messed up collision engine there is a hidden "Feature" that makes some hard levels easy. If you get stuck (99% certain at least once) somewhere simply press "R" to restart the level. Sadly there is no sound due to a major crash issue with a sound engine.

Credits:
Skriglitz - Code/Art/Levels
Detected Error - Levels/Logo

Timelapse of first 48hrs (minus time chronolapse had black screenshots) can be found here: http://youtu.be/z_HAlENkod0

Note: As mentioned at the end there is a way to add your own levels to the game. The format is as follows
1. 32x25 pixel PNG with border of choice of stone, dirt, or grass or all 3.
2. Airspace must be black.
3. Player can not pass through 1 pixel holes/gaps due to bug
4. The lattermost Spawn Point and portal is considered the only one.
5. Images must be inserted into the jar under resources\level with filenames in sequential order.

The color pallet RGB's are as follows:
Air: RGB(0,0,0)
Stone: RGB(127,127,127)
Dirt: RGB(127,63,0)
Grass: RGB(0,255,0)
Lava: RGB(255,0,0)
Spawn Point: RGB(255,255,0)
Portal: RGB(0,0,255)
Found a bug?
Tell us on Discord