Beispiel #1
0
def playBeatmap(bmap):
    frontend.gameLoop(game.Game(bmap, frontend))
Beispiel #2
0
def playBeatmap(bmap):
    try:
        frontend.gameLoop(game.Game(bmap, frontend))
    finally:
        frontend.shutdown()