Simple replay system I made in my free time. Move the player around with arrow keys, then press space and watch the program make the same action. The space key can then reset the system. Hours of fun! The code is a little sloppy, and I probably could compact it, but I was just messing around with different ideas, and this was a quick outcome of that. What I do like about this system is that it relies on key presses instead of location, so It can be fit into many different projects.
I got this concept from a tool assisted speedrun of piece of cake, a game by @pulljosh It used the same idea, and I thought it would be fun to make something like it, but with user co