Burning Man

http://www.java4k.com/index.php?action=games&method=view&gid=302

Here’s my second submission for the year, near the last minute. I hope you like it.

This is just crazy, funny and very well done ! From where did you get the idea ?

VERY cool!

I don’t like the controls so much though–too easy to change direction in the air. Makes it hard to judge jumps.

Yeah its really awesome but I would like the controls to be a little smoother/ more responsible. Right now they feel a bit delayed.

StephR: Thanks! I had this heat distortion code lying around, and I realized that I could cram that into a 4k game. So I was looking for game ideas where there’s lots of fire, then there was this idea that you were on fire, and the rest came from there. It started with just wood/water/stone, most of the special objects came from me trying to figure out what would be needed to add the most depth to the game.

TFRC: Thanks! That’s the first time I’ve ever heard of someone wanting less in-air control, heh. Hopefully it’s not bad enough to stop you from finishing the game. The only part of the controls that I don’t like, personally, is that you fall as soon as half your body goes off an edge.

Momoko_Fan: Thanks! The controls should be instant, but the entire game is probably lagging. The heat distortion effect is pretty rough on a computer. It’s almost unplayable on my laptop if I’m not plugged in.

I get:


load: class F.class not found.
java.lang.ClassNotFoundException: F.class

I noticed on the Java4K site, if you update your description, you must also reupload your pack200 file, otherwise you get that error.

I’m not getting that error. Can someone else confirm it before I re-upload and potentially disqualify myself?

Yep I get that error. :confused:

Cool game, very fun and creative level layouts!

It took me a while to figure out how the blow-up boxes worked.

Particle effect graphics are really nice too 8)

Win! :slight_smile:

Wonderful fun, very creative levels and great gameplay. This is going to be a good contender for a top place this year.

Original and dynamic fun :slight_smile:

Like it… Cool gameplay… One of the best so far!! Didn’t manage to figure out the tactics behind the first bomb level, but managed to somehow complete it…

Cool game, though runs like a lame dog on my netbook.

What a fantastic and cool game! Very original too. A small issue for me is the level difficulty which might be too hard but I didn’t play for long time.

How do you generate the fire? And the floor tiles? Do you mind sharing this?

Thanks everyone!

Answering questions…

The second bomb level (most common place people get stuck on) is really simple. I recommend just wasting a few lives poking around and figuring out what does what. You’re probably making your job more complicated than it really is. Actually, that applies to most of the hard levels. Only a handful really require precision, if you figure out the tricks.

The fire is a simple particle system; particles cycle through an array of images I’ve generated ahead of time. Each image is a color fading to transparent in a circle pattern. The fire particles have a random direction and velocity, with the velocity skewed to be faster if their direction is up. The particles all slow down by just multiplying their speed by some constant.

The floor tiles:
Stone is a bunch of randomly sized circles in a clever color palette.
Wood is a brown, then two passes of stripes are drawn with y varying pixel-by-pixel to get the grain texture.
Acid and water are just solid transparent colors.
The bombs are… complicated. It’s a lot of math and per-pixel stuff.

The background is drawn using a giant heap of math. I started out with a spiral, which is (cosine of arctan of angle to center)+(distance to center) with constants added. Then my girlfriend played with it a bit and I have no clue what she did to the spiral. Then I took every pixel and multiplied it by some value based on how close to a diamond pattern it is, so there’d be a consistent texture to make the heat distortion more obvious. In retrospect I would’ve preferred if that diamond pattern was a bit more pronounced; one of my older (uglier) ones did a better job of showing off the heat distortion.

How the heat distortion effect works will have to wait until after judging. I want to leave a little bit of mystery until then ;).

awesome ! :slight_smile:

Very fun and creative! Congratz!

I gave this game another try and got really hooked. Very nice game!

Yup nice game. I finally beat the 2 wood tower at the end :slight_smile: