示例#1
0
def startGame():
    return oxo_logic.newGame()
示例#2
0
 def do_new(self, arg):
     self.game = oxo_logic.newGame()
     oxo_ui.playGame(self.game)
示例#3
0
def startGame():
    return oxo_logic.newGame()
示例#4
0
 def do_new(self, arg):
     self.game = oxo_logic.newGame()
     oxo_ui.playGame(self.game)
示例#5
0
def evNew():
    status['text'] = "Game On"
    game2cells(oxo_logic.newGame())
def evNew():
    status['text'] = "Playing game"
    game2cells(oxo_logic.newGame())
示例#7
0
def evNew():
    status['text'] = 'Playing Game'
    game2cells(oxo_logic.newGame())
示例#8
0
def evNew():
      status['text'] = "Playing game"
      game2cells(oxo_logic.newGame())