Cave Escape
Controls
Arrow key left = Move left
Arrow key right = Move right
Space bar = Jump
Space bar + Arrow key down = Fall through platform
"Z" = Accept
Player sprite by -BlueLynx
Tileset by - Adam Saltsman
Published | 10 days ago |
Status | Prototype |
Platforms | HTML5 |
Author | Barrison |
Genre | Platformer |
Made with | GameMaker |
Tags | My First Game Jam |
Average session | A few minutes |
Comments
Log in with itch.io to leave a comment.
momentum of the jump is off. you might want to see the Game maker toolkit video about jump momentum in video games.
Hey thank you so much for the feedback! This is my first time trying to make a platformer haha. What exactly is off? Is it when you jump sideways then left go of the right/left arrow key and the players X movement drops to 0 (losses momentum)?
speed of the jump when you move up is constant where it shoud be quickest at the start and the slowest whene the player is at their peak. but ths varies for diffrent type of feeling of the platformer, so you might want to experiment with that. and the movmnet shoud be normilized (the lenght of player direction vector shoud be capped at leght of 1 so (Vector2(1,1)->Vector(0.707,0.707) and so on))