def load_sounds(self):
     Alien.load_sound()
     Player.load_sound()
     Shot.load_sound()
 def load_images(self):
     Alien.load_image()
     Beam.load_image()
     Explosion.load_image()
     Player.load_image()
     Shot.load_image()