On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I won. the game idea is amazing. I'm just curious how you manage to let the code keep your previous moves in memory and let them move as a seperate sprite.
Love the graphics and music :) always a pixel art fan.

(+1)

Ah, thanks man. So the code to deal with the recorded moves is done in a surprisingly simple, but probably messy way. I literally just have an array with an instance object that contains the x and y positions and the characters current animation state.  Every frame I just add an entry to that array. And then when time comes to "go back in time"  I basically just create a new player character and every frame i update the time clone characters x and y positions along with state, to match what the array holds for that frame. So the clones are not performing any actuations, just frame by frame going to the x and y coords and state i recorded for that particular frame.
Again,  Thanks for playing. Also, just updated it to add the levels which I was not able to put in originally in time for the jam review.

Wow man, the way you did the record moves is similar how i make the enemies. Much respect.

 I really like your games. I see we have similar minds in game development.

will always be fun to play your games. Best regards.

By the way the mechanics are also nice.