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

So nice! It really has a Parkour vibe (really liked that game).
The overall design is really great, and the animations of the robot are top-notch!  The level design is clever, and I like the fact that you have multiple mechanics available (like the wind in level 2).

The game is a little bit difficult (which is not a problem), but I find the death a little bit punitive. Depending on where you want to go with the overall type of game, I think adding checkpoints could be a great idea.

Good job!

Thx!
It was really fun to play around with the level design - at least it was fun to playtest as I was doing so XD
I would say that this game would lean more towards the 'finding a nice way to swing through a level' type of game, hence the quick level restarts to help with route testing. But I have to agree that the death detection is a bit harsh, the way I coded it is like: if velocity x of player =< 0,  /kill (which isn't exactly the most accurate way of doing it)