Comments

Log in with itch.io to leave a comment.

Came from the rant as well and just finished the game. I like the concept a lot, good job so far! A few things critiques though. First would be the fall speed, I think it's wayyy too fast. One thing I'd do is cap it once it builds up to a decent pace. Why I feel this way is because once I started falling or made one mistake I would instantly fall to my death within 0.5s. It felt odd. 

All you'ed have to do in game maker is take the variable that's being applied to your y and do: fallingvariable = clamp(fallingvariable, min, max)

A wall slide would still be in the realm of "believably" if your going for something like that and it'd also assist in down/upward levels. It makes the game easier of course but in turn I think the enjoyment goes up as you have some time to process levels you are progressing on.

This isn't a critique just my personal preference when it comes to hookshot games but the ability to let go of what you are grappled to and carry on your momentum, which in turn allows you to swing around like Spiderman is an incredibly fun mechanic which can be explored in many ways.

I also think having infinite ability to grapple is just a more enjoyable experience than being gated until touching the ground. As long as the design takes it into consideration it shouldn't be a big problem either.

Otherwise good job on the game! I really liked the aesthetic and the left side of the map took me a few tries to understand that I had to build up some momentum by grappling the ground. Hope this didn't seem too negative just some design pointers from a fellow game dev. Have a good day!

Deleted 1 year ago

Thanks! Obviously Celeste already is a big influence on this game, but yeah being able to just spam the hook is suboptimal and was basically just to save time, as this game was made from concept to completion in a week.