Esempio n. 1
0
def main():
    hs.HighScores().load()
    g = GameOver(0)
    g.start()

    g = GameOver(100000)
    g.start()
    ui.quit()
Esempio n. 2
0
def main():
    hs.HighScores().load()
    g = GameOver(0)
    g.start()

    g = GameOver(100000)
    g.start()
    ui.quit()
def main():
    hs.HighScores().load()
    s = SplashScreen()
    s.start()
    ui.quit()
Esempio n. 4
0
def main():
    p = Playing()
    p.start()
    ui.quit()
Esempio n. 5
0
def main():
    p = Playing()
    p.start()
    ui.quit()
def main():
    hs.HighScores().load()
    s = SplashScreen()
    s.start()
    ui.quit()