Skip to main content

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

Agree with others that the controls are challenging. One thing I think might help a lot is "adaptive steering" -- that is, slow down the turning when the ruumba is moving forwards so things don't feel quite so jerky while driving around, but also don't feel sluggish when rotating in place. But this is just begging for gamepad support!

I also wish I had a first-person camera mode where the rotation follows the ruumba.

I think that adding more mass to the containers or friction to the shelves would could help, but maybe the ultra precision required to grab them is intentional.

Editing my dude works really well, I'll have to check out pmetra.

(1 edit)

Hey, thanks for checking out my game!

Initially the movement was indeed smoother, it using a “acceleration based” model (rapier.rs). But then I found it was getting really hard to get the Ruumba in a desired position, it very often accelerated out of control. Switching to a “force based” model made it have low momentum and turn in a jerky way, but it was much easier to get it in place. I found this model more realistic in my experience with Robots. But then again I understand that there may more more tuning needed to get it right, for eg, the rotation can be a bit too sensitive at times and so on. Yes with keyboard you may never get the smooth movement and an analog stick controller is the way to go, as it is the case for real world robots.

A first person and a font-locked follow camera would be a useful addition!

The containers and friction is a problem that I think can be solved a lot better. I just could not try it out in time for the Jam and went with a more hacky solution. Its on my todo.

Thanks for your feedback!