Exemplo n.º 1
0
def playBeatmap(bmap):
    frontend.gameLoop(game.Game(bmap, frontend))
Exemplo n.º 2
0
Arquivo: main.py Projeto: nystep/muz
def playBeatmap(bmap):
    try:
        frontend.gameLoop(game.Game(bmap, frontend))
    finally:
        frontend.shutdown()