Hello,
I'm making a platformer game where the player has to clear the level, and the next time he plays it, a new computer player appears that does exactly what he did last time.
What would be a good way to approach this? Record the time and input in an array and then simulate it? I'm not sure how to do this.