예제 #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
파일: oxo_ui.py 프로젝트: slmagicbox/PyProj
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())
예제 #6
0
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())