Example #1
0
 def registerTwoGames(self, civs):
     self.tokena = C.twoPlayersGameWithAutom(civs)
     (self.tokenb, self.gameid) = misc.joinGame()
Example #2
0
def registerNewGame():
    return C.twoPlayersGameWithAutom("China,Rome")