Log In  


Cart #jumpoutofhell-3 | 2024-09-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Do you have what it takes to escape hell? This little, casual game in the style of old platformers will test your ability to be quicker than the Evil One.

This is my first game in pico-8. I really had fun making it, hope you'll enjoy playing it.

3


I'm so bad in jumping games, but i love the moving textboxes and this little red devil.

Two questions, while I looked on your code.

Why do you use four spr() calls in function draw_player()? (might be forgotten flip tests, but not sure)

And I never made it to the rocks part, but in

--demon animation 
 if timer<=15 and timer%5==0 then
  demon.sprite=demon.sprite+1
 else 
  if timer<=30 and timer%5==0 then
   demon.sprite=demon.sprite-1
  r0ck=rock-1

is a zero in the variable name.


Hi @Zellente. You spotted two bugs. The first one, I think, is just a bad copy/paste and the other one is such a small change to the rocks sprite, I haven't noticed. When I get to the rocks, it's also hard for me. :D
Thanks for playing the game and telling me about the issues!



[Please log in to post a comment]