I created a game that will need a score, the problem is that my game works by creating the world layout with two prepares (prepare1() and prepare2()).
If my character jump in the right hole the world will reset and one of the prepares, prepare1() or prepare2() will be created. The code pick which one of the two prepares, it will pick by using a random number and an if-statement. So my question is if I can keep the score even if the world reset?
