Skip to main content

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

I totally agree and would also love to put in a "one step back" feature. Unfortunately that is one of the features I couldn't implement due to my lack of technical knowledge. I'm hoping someone tip me off to a simple solution during this gamejam.

Haha, thank you a lot for playing! Good luck getting past level 10!

(+1)

In the end, you are looking for a command pattern. This might describe it: Command Pattern in Unity - Infallible Code

This game has a replay mechanism, wondering if it can be jury-rigged from that: https://itch.io/jam/gamedevtv-jam-2022/rate/1554340 another one that does this is https://itch.io/jam/gamedevtv-jam-2022/rate/1550919 ... Both use the system for other means, but you might be able to build something that allows you to go back a move.

Yeah I read about the Command system while making the game. I'll see if I can learn how to use it when I have more time. I'll check out those two games when I get back tonight.

Thanks a lot for helping me out on this! Really 'preciate it!