示例#1
0
文件: base.py 项目: campbellr/pymacco
 def createGame(self):
     if not self.players:
         raise Exception("The players must exist before the game can be created.")
     self.game = TomaccoGame(self.players)