コード例 #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
ファイル: playing.py プロジェクト: CodeSkool/SimpleGUI2Pygame
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()