Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Mart rated Grapple!

Mart rated a game 4 years ago
A downloadable game for Windows and macOS.

Its a fun game and has good music,

but the movement is kinda weird, the grapler is kinda wonky to use, the glider does not always work, the gravity is weird, the jumps seeam a bit weak, the fact that when you land on the lava/magma in the sand levels and they are solid is a bit weird.

The glide coldown is anoying but i understand it.

From the levels I managed to beat (the mushroom ones) the path wasnt realy obveyus and kinda anoying to navigate with too litle things to graple and its kinda cramped.

Also the fact that it does not have a menu that open up when you press escape but send you to the main menu is kinda anoying, and why does it have no quit button in the main menu, its literally on line of code to do it in unity.

How to add a quit button:

code:

public void Quit() { Application.Quit(); }

add that in a script conected to the ui canvas thingy and then select the Quit function as the button onclick function, now you have a working quit button

Also please add th abilty to turn down the graphics, it lags my pc. If you dont know how to do it, google it.