Skip to main content

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

Impressive, very nice those physics looks hard af to implement

for some reason my keybaord/mouse wasnt working, maybe because my controller was connected so I just played with the controller. Also, something must have happened in the last level beucause I could reach the upper plataform no matter what. Anyways the game is really fun

Huh, that's strange that keyboard and mouse didn't work...

The physics are actually not that hard to implement, I used verlet integration, there's a short series on youtube that covers it in javascript. I guess the difficult part is the polygon collisions, but I used a library to help me with that.

You can see how I implemented it here and here.

Thanks for playing :)