Exemplo n.º 1
0
def start_game():
    return oxo_logic.new_game()
Exemplo n.º 2
0
 def do_new(self, arg):
     self.game = oxo_logic.new_game()
     oxo_ui.play_game(self.game)
Exemplo n.º 3
0
def ev_new():
    global status
    status["text"] = "Playing game"
    game2cells(oxo_logic.new_game())
Exemplo n.º 4
0
 def do_new(self, arg):
     print("Starting new game")
     self.game = oxo_logic.new_game()
     oxo_ui.play_game(self.game)