Example #1
0
def newGameState(player):
    state = GameState()
    Builder.buildWorld(state)
    state.addPlayer(player)
    return state