Blasted Crates

Blasted Crates has been updated:

  • Added 3 new levels
  • Capped the delta time to prevent cheating
  • Added a few new types of crates
  • You will now be able to continue from the round you reached
  • Rewrote the storyline to be somewhat like a Bastion-esque narration (at least it sounds like the Bastion narrator in my head when I’m reading it ;))

Very cool game!! Extremely addicting. You’re gonna get a lot of traffic from my friends, that’s for sure ^^
I got to level 9 part 2 with 400 deaths, and now I’m giving up with 1050 deaths. I’ve made it past the first three L-boxes 6 times or so :’( It seems there’s a pretty large difficulty spike right there. Part 1 was easy, and the next one looks doable. I know it can be done, but 4 pixel-perfect jumps in a row…I can’t do it.

Ffffffuuuuuuuu- L-CRATES!

Anyone pass that one?

Oh, one thing. Clicking the mouse is still terribly laggy and buggy. Just make it push the spacebar on mousePressed instead of that event-system, and remember to restrict jumping until the mousebutton has been released

[quote]Very cool game!! Extremely addicting. You’re gonna get a lot of traffic from my friends, that’s for sure ^^
[/quote]
Thanks!

[quote]I know it can be done, but 4 pixel-perfect jumps in a row…I can’t do it.
[/quote]
Don’t give up, it gets easier after you die a couple (hundred…) times :stuck_out_tongue:

[quote]Oh, one thing. Clicking the mouse is still terribly laggy and buggy. Just make it push the spacebar on mousePressed instead of that event-system, and remember to restrict jumping until the mousebutton has been released
[/quote]
Yea for some reason clicking still misses events even though I’m using the polling mechanism for it. I might remove it altogether and stick with keyboard input solely.

Yea for some reason clicking still misses events even though I’m using the polling mechanism for it. I might remove it altogether and stick with keyboard input solely.
[/quote]
Well, you could, but that contradicts your own thesis about how to overcome difficult situations, like how I’m supposed to clear that level ^^
Try a couple of hundred times, and you’ll get it right :stuck_out_tongue: Take it as a challenge.
And believe me…one day I’ll own those wretched L-shaped boxes!

[quote]Well, you could, but that contradicts your own thesis about how to overcome difficult situations, like how I’m supposed to clear that level ^^
[/quote]
lol touche! ;D

[quote]And believe me…one day I’ll own those wretched L-shaped boxes!
[/quote]
I don’t know about that one… the evilness gets kicked up a notch and they make a comeback with a vengeance after level 10 :wink:

I don’t know about that one… the evilness gets kicked up a notch and they make a comeback with a vengeance after level 10 :wink:
[/quote]
You…unbelievable…bastard. So where were those boxes again? ;D

It’s not so hard :stuck_out_tongue:

Blasted Crates has been updated with 3 new levels.

[quote]So where were those boxes again?
[/quote]
They’re back :wink:

Thanks for playing!

What I like about this game is how much I wanted to solve it, get the timing right, no matter how long it took :slight_smile:

I must admit that the input lag did increase the excitement level a bit when it did work. The frustration provided a thrilling experience that got me more engrossed than when movement is consistent - a bit like the glitch in Street Fighter II that made the combos possible.