예제 #1
0
def main():
    hs.HighScores().load()
    g = GameOver(0)
    g.start()

    g = GameOver(100000)
    g.start()
    ui.quit()
예제 #2
0
def main():
    hs.HighScores().load()
    g = GameOver(0)
    g.start()

    g = GameOver(100000)
    g.start()
    ui.quit()
예제 #3
0
def main():
    hs.HighScores().load()
    s = SplashScreen()
    s.start()
    ui.quit()
예제 #4
0
def main():
    p = Playing()
    p.start()
    ui.quit()
예제 #5
0
def main():
    p = Playing()
    p.start()
    ui.quit()
예제 #6
0
def main():
    hs.HighScores().load()
    s = SplashScreen()
    s.start()
    ui.quit()