Comments

Log in with itch.io to leave a comment.

(+1)

Great game! I had a lot of fun playing it! I am particularly curious how you did the jump and than stick to the surface :) I was not able to get very far unfortunately but had fun non the less. I did a first impression video of your game a few others on my other YouTube channel where I try and promote indie games! Best of luck with your project!

(+1)

Thank you for giving the game a try!

The "stick" mechanic was born out of a bug, actually. At first I had a completely different game-play loop in mind, but when I added the normal jumping mechanics and the jump sound, I noticed that it played multiple times if you held down the space key.

I made the jump work by having the player object check the collision with objects with the tag "Ground", then reset the jump.

Problem is, the player object couldn't exactly differentiate between objects that are touching from the top, bottom or the sides, so it would reset the jump just by touching an object with the "Ground" tag, allowing the player to jump multiple times, creating the feeling of "sticking" if the player keeps jumping while touching an object. (So, technically, the player is jumping multiple times in the air, bumping his head against a wall, so no changes on the Y-axis, so giving the feeling that he is "sticking".)

Because I had made very little progress in the previous days, I decided to use this bug for my advantage. I made the jump button play only once if the space bar is held down, and designed my levels around it.

(+1)

I will be playing this live tomorrow 5/29 around 5 PM EST =).

Twitch.tv/twallsx4

(1 edit)

Thanks! Looking forward to it.

I checked the stream. Thank you so, so much for playing the game! Really glad that you liked it!