Ejemplo n.º 1
0
 def do_new(self, arg):
     self.game = oxo_logic.newGame()
     oxo_ui.playGame(self.game)
Ejemplo n.º 2
0
 def do_new(self, arg):
     self.game = oxo_logic.newGame()
     oxo_ui.playGame(self.game)
Ejemplo n.º 3
0
 def do_resume(self, arg):
     self.game = oxo_logic.restoreGame()
     oxo_ui.playGame(self.game)
Ejemplo n.º 4
0
 def do_resume(self, arg):
     self.game = oxo_logic.restoreGame()
     oxo_ui.playGame(self.game)