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