Ex45 'solution' - moving from class to class

There’s one thing I can’t get to work on my game: it’s moving back to the beginning if I ask the player ‘Do you want to play again?’ and they say yes

Really? You actually know how to make something go on forever right?

while True:
   play the game

Then, move where you ask to there. See if that clue helps you.

I’m not sure if I should use a while loop. I attach the code again, I have commented out the lines that are not working.

I have managed to solve the problem, I attach the altered script

Great. In the future you can do your code like this:

[code]
# your code here
[/code]

Much easier than images.