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

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

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