Speedrun Dungeon

Ive beaten the 3rd level surprisingly hard but easy kinda like in thre mid hard

3 Likes

fun but difficult

4 Likes

nice game!

3 Likes

This is one of my favorite games on the forum! :clap: :clap: :clap:

4 Likes

same, it is really good

3 Likes

I will update SpeeDun (probably) by the end of February.

Should I post a teeny tiny teaser?

5 Likes

sure! i love the game but it is almost impossible for me. that is actually my favorite part.

1 Like

image
Here’s a picture of the updated menu:

2 Likes

Just wanted to comment on this game… I love the art and physics as well as the level design but the level progress just kind of doesn’t make sense? I’d be much clearer if you instead took the time you have to complete the level, subtracted the remaining time and added ‘s’ to the end to signify seconds instead of percentage. That would look something like this:

let score = (total_countdown - countdown) joined with "s"

Which would give you the total amount of time you took to complete the level.


If you’d still like to keep percentage, you’ll have to redo your scoring system completely. No offense, but your code seems kind of cluttered. I could step in at some point to try and clean it up (if you’re fine with that).

3 Likes

Yeah! I totally agree my coding is kinda messy right now cause I’m a person who pays attention on art, but since I’m terrible at coding, I would be more then happy if you could clean up the mess and change the percentage into time. I wanted to code it like that at first, but I guess I just forgot about it.

1 Like

Very true, I agree.

3 Likes

Yo! Happy B-day @AbstractDesigner !

2 Likes

Thanks! I almost forgot ;-;

1 Like

This is kinda embarrassing because I wanted to update the game by myself…
Why does this project not work?

2 Likes

@Sarge, if you’re going to clean up the code, can you also help with this problem?

You had two problems:

  1. You tried comparing a string to selectedIndex which is an index - and that’s a number
  2. You used myMenu instead of Menu1 which you defined

If you have any other questions just ask!

2 Likes

Man this game is awesome! I love the artstyle, gameplay, just everything about it!

2 Likes

Why does the game reset when I press A?

1 Like

Thanks! I worked really hard on the art!

1 Like

Hey, so uh my only post really helps with that, don’t know how to explain it but yeah, read it, hope it helps.