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

    g = GameOver(100000)
    g.start()
    ui.quit()
Example #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()
Example #4
0
def main():
    p = Playing()
    p.start()
    ui.quit()
Example #5
0
def main():
    p = Playing()
    p.start()
    ui.quit()
def main():
    hs.HighScores().load()
    s = SplashScreen()
    s.start()
    ui.quit()