Skip to main content

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

Wow, never thought that throwing the Moon into black holes would be so much fun! I haven't finished the game yet but might come back to it - there's even a level editor‽ Great level of polish for a jam entry.

The level design is really neat and of course the planet orbits + twists + golf mechanics are a great concept and a well-executed one. The Roman Gods as a setting is a nice touch, and I have yet to explore the powers of Jupiter and Mars :)

I'm looking forward to diving into the source to see how you implemented this nice physics-based gameplay :)

Thanks a lot for the nice feedback! Great to hear you had a good time with the game.


Just as a heads up: the code code is a bit messy in some places 🙈 

We managed to make the whole physics with Godots Area2D's Gravity Point feature. This worked suprisingly well. But if we had to do it again I think we would go for a custom implementation of the gravity (just for more flexibility).