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