Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

That moon slingshot was extremely satisfying to play with - it felt really good and I wish there were more ways to use it.

Fun little game!

I'm curious how you got the moon to trigger collisions with the ships when its moving so fast compared to the framerate?

(+1)

Thanks for your kind words.

The collisions where not that easy to solve. After messing around lots, the most stable was to shape cast the hitbox of the moon every frame from the previous position to the current. Which creates straight lines, but because the hitbox of the moon is like 3 times the size of the actual image it still feels ok.

(+1)

Very nice workaround, thanks for explaining :)