Ive beaten the 3rd level surprisingly hard but easy kinda like in thre mid hard
fun but difficult
nice game!
This is one of my favorite games on the forum!
I will update SpeeDun (probably) by the end of February.
Should I post a teeny tiny teaser?
sure! i love the game but it is almost impossible for me. that is actually my favorite part.
Here’s a picture of the updated menu:
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).
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.
Very true, I agree.
Yo! Happy B-day @AbstractDesigner !
Thanks! I almost forgot ;-;
This is kinda embarrassing because I wanted to update the game by myself…
Why does this project not work?
@Sarge, if you’re going to clean up the code, can you also help with this problem?
You had two problems:
- You tried comparing a string to
selectedIndex
which is an index - and that’s a number - You used
myMenu
instead ofMenu1
which you defined
If you have any other questions just ask!
Man this game is awesome! I love the artstyle, gameplay, just everything about it!
Why does the game reset when I press A?
Thanks! I worked really hard on the art!
Hey, so uh my only post really helps with that, don’t know how to explain it but yeah, read it, hope it helps.