Exemple #1
0
 def start(self):
     """Starts the game with GUI"""
     gui = GUI(self.board)
     gui.start_main_loop()