Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

I like grappling games, you have a good feel to the hook and reel in, but the swinging feels very awkward. I would have preferred just being able to tap W/D or the arrows to swing back and forth. I also generally prefer games where the grappling hook can latch onto different surfaces, rather than set grab points.

I did start by have the player be able to use W/D but the problem is the Y distance from the player to the grapple point. Say if you press D when you are under the grapple point then you swing anti-clockwise, but if you are above and press D then you go clockwise. The problem with this is that when the Y distance is short, meaning that the player is very close to being classed as "above" or "below". As its a very close, you may try to press D to swing to the right as you are falling, only to be propelled clockwise, which is still to the right, but its above the grapple point instead of a natural swinging motion. Therefore I decided to base the direction from the cursor relative to the player and the grapple point.

I used grapple points because it makes for easier linear level design and it guides the player so that they know where to grapple.