<strong>Problem</strong>: You need to initialize pygame in level1 to be able to play it. <strong>Here is the solution</strong>: `pygame.init()` Add that right below all the imports and level1.py should work.