Skip to main content

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

Thanks for the feedback!

That rewind mechanic is simple in principle, a bit messier in practice.

Each object just stores it's position and orientation in an array and when you're dragging the timeline around the objects just update themselves based on that array.

The issues come with trying to make the physics engine play nice with the rewinding.


Thanks again, and good luck with the jam :)