Пример #1
0
def main():
    pygame.font.init()
    c = SpaceshipAdventure(600, 400, 30)
    c.main_loop()
    return