Skip to main content

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

Super stylish and polished, with sounds that really match the title, great game!

Would work even better on mobile and I'm a bit uncertain about the controls, feels like dragging sets the absolute velocity rather than gives a relative boost, which is what I would be expecting? Very uncertain... but I'd drag in the direction of an object only to see it go away faster than before... which felt strange. But that's a nit, it's really nice.

(+1)

Great insight. I toyed around with it giving a relative change to velocity but I needed more time to add more solid bg reference points so the player could tell what was happening movement wise in general.  I also gave a max speed cap after you dragged and sometimes that was lower than the speed you were going after slingshotting around a planet or something, so that definitely doesn't feel good either.

I've been fixing a lot of this stuff to release a more polished version post-jam. Always fun to do. Thank you so much for the thoughtful feedback! Really what game jams are all about so thank for being an awesome fellow jammer!

That makes perfect sense... with relative speed you need to get a reference to understand how fast you're moving overall, maybe a mini map could help convey that? The problem with absolute is that you need to be able to relate the new arrow you drag to your current speed... so you can go "I'll make it a bit longer so that I can catch that moon", without it's a guessing game whether you're going to speed up or slow down.  A shadow vector arrow radiating from you? But frankly, most of the time you want to make relative adjustments to match the speed of other objects. In which case I think it's Ok if the "max speed" only applies to your own actions as long as it's way above what anything else moved at. And maybe apply some sort of aether drag to lower to the max speed if you ever go over? In the relative case you only need to know the absolute speed because of the risk of hurtling into celestial bodies at a million miles per hour... rather than for each speed adjustment you make... so it can be punted of to the side of the screen. Sorry for rambling, this was an interesting problem to consider:-)