Jump Clone Prototype
Updated | 10 hours ago |
Published | 2 days ago |
Status | Prototype |
Platforms | HTML5 |
Author | nickpasta |
Genre | Platformer |
Tags | 2D, doodle-jump, jumping |
Updated | 10 hours ago |
Published | 2 days ago |
Status | Prototype |
Platforms | HTML5 |
Author | nickpasta |
Genre | Platformer |
Tags | 2D, doodle-jump, jumping |
Comments
Log in with itch.io to leave a comment.
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).
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.