Comments

Log in with itch.io to leave a comment.

All levels are complete the winner is you! I'm impressed at how smooth the gameplay is, nicely implemented kenney assets, the music sets the perfect mood, the level design is delicious amazing game I loved it <3 I found your secret passage in certain level hehehehe

Ah, the Champion has arrived! Glad you enjoyed it. That secret passage was a mercy. When testing that level, I was like. Ya know, this is a little TOO frustrating to backtrack through. How about a tiny bit of "help" for those who can read signs. Glad it didn't go unnoticed.  Thanks again for the nice words!

(+1)

It's quite funny that we both came up with similar concepts, but still took it in different directions. Very nice game altogether. It feels very polished and clean. Sadly I only made it to level 4, where my past selfs were stressing me out too much. This could as well be a horror game, for me at least ;) 

(+1)

Really funny concept! If somehow it would become chaotic and messy I think this would shine even more. Art and music is on key, a good submission : )

Thanks! And I totally agree. Needed a lot more chaos. This jam schedule was super tight. I was a bit disappointed in my output this time around. I'm working on trying to add some more stages before the jam review, so it's not over in 15 seconds lol.

(+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.

(1 edit) (+1)

Waiting for other levels :)

Thanks for playing! Yea this was a bit of a rush job. I hope to have a few more levels in there before the jam review on Saturday.