Ejemplo n.º 1
0
 def victory(self, player):
     "handles post-game, player won the game"
     Game.victory(self, player)
     self.startNewGame()