The Great Volcano Escape by bluescrn
'The Great Volcano Escape'
by @bluescrn, Made in under 48hrs for Ludum Dare #21
Sorry, there's no sound. (I'm currently looking for a free/cheap/lightweight
sound system that's suitable for little 2D PC projects...)
Please don't rate this game if your computer is too slow to run it! It should
run at 60fps on any reasonable gaming PC, but is unlikely to be playable on
netbooks or laptops with weak GPUs. So I've included an LD48_LowSpec.exe that
just turns off the bloom and mist layers, which might help some people.
Controls:
Arrow keys - Lean forwards/back
Z - Accelerate
X - Brake (yes, you'll need this)
Space - Restart level
Goal: Get to safetly without killing yourself...
Levels
They're procedurally generated, but with fixed seeds. They get harder, and will become impossible
after a while...
The first 15 levels are definitely doable, after that... maybe not :)
Base Code Used:
The contents of code\base is my 'standard base code'. I've used it for
several Ludum Dare entries. It handles D3D/DInput setup, texture loading,
maths (vector/matrix), fonts, and drawing polygons. It also contains the
bloom effect.
Feel free to copy+paste any useful bits you might find in there...
All code in Code\LD48 and textures in \data were hacked together during the compo
Main Tools Used:
Visual Studio 2011, C++, DirectX9
Chipmunk (2D Physics engine)
Genetica (generating clouds + rock textures)
Photoshop CS5 (Drawing the bike+biker)
by @bluescrn, Made in under 48hrs for Ludum Dare #21
Sorry, there's no sound. (I'm currently looking for a free/cheap/lightweight
sound system that's suitable for little 2D PC projects...)
Please don't rate this game if your computer is too slow to run it! It should
run at 60fps on any reasonable gaming PC, but is unlikely to be playable on
netbooks or laptops with weak GPUs. So I've included an LD48_LowSpec.exe that
just turns off the bloom and mist layers, which might help some people.
Controls:
Arrow keys - Lean forwards/back
Z - Accelerate
X - Brake (yes, you'll need this)
Space - Restart level
Goal: Get to safetly without killing yourself...
Levels
They're procedurally generated, but with fixed seeds. They get harder, and will become impossible
after a while...
The first 15 levels are definitely doable, after that... maybe not :)
Base Code Used:
The contents of code\base is my 'standard base code'. I've used it for
several Ludum Dare entries. It handles D3D/DInput setup, texture loading,
maths (vector/matrix), fonts, and drawing polygons. It also contains the
bloom effect.
Feel free to copy+paste any useful bits you might find in there...
All code in Code\LD48 and textures in \data were hacked together during the compo
Main Tools Used:
Visual Studio 2011, C++, DirectX9
Chipmunk (2D Physics engine)
Genetica (generating clouds + rock textures)
Photoshop CS5 (Drawing the bike+biker)
| Windows | http://www.bluescrn.net/LD21-bluescrn.zip |
| Original URL | https://ludumdare.com/compo/ludum-dare-21/?action=preview&uid=207 |
Ratings
| Coolness | 1% | 311 |
| Overall | 3.48 | 70 |
| Audio | 1.00 | 371 |
| Community | 3.60 | 28 |
| Fun | 3.52 | 41 |
| Graphics | 4.19 | 15 |
| Humor | 1.58 | 316 |
| Innovation | 2.24 | 376 |
| Theme | 2.76 | 304 |
great game. audio would have been a definite plus though.
Being able to set a different seed (thru some config file or so would be enough) would be a plus, as well as audio, but it's a great game anyway!
Did anyone else find themselves trying to see how many flips they could do while still beating levels successfully?
One bug I hit was that after beating one level and losing quickly on the next, the "safe, for now" message never went away (and it never said I lost).
Totally fell right down a pit once. I'm going back to play more now...
Gameplay-wise it quickly gets boring. Some handmade levels with more gameplay elements are badly needed.
Due to being told in the readme that I would need to brake, I tried to see how far I could get holding the accelerator down constantly and not touching the brake. So far I've beaten the first nine levels, and level 10 is definitely possible although it gets a bit tricky at this point. I made it almost to the end, with just three unlit dots left.