Updated 10 hours ago
Published 2 days ago
StatusPrototype
PlatformsHTML5
Authornickpasta
GenrePlatformer
Tags2D, doodle-jump, jumping

Download

Download
Doodle Jump P2.zip 607 kB
Download
Doodle Jump P1 611 kB

Comments

Log in with itch.io to leave a comment.

(+1)

It's pretty fun! I enjoyed playing it. Out of curiosity, what's your high-score?

One thing, though, if you fall to fast, you can sometimes go through the bounce pad and hit the bottom of the screen. You can't jump from there. To fix this, turn collision detection from discrete to continuous (or the equivalent in Construct 3).

(2 edits)

Thanks so much for your feedback. Yeah I'm working on balancing the speed to make it more interesting.

Also yeah. Construct 3 is weird in the way it handles physics (In that it's visual programming). So currently I'm using tweens to handle the motion instead of actual physics to make character control easier. Can't decide which route to continue to  pursue.