Example #1
0
 def new_game(self):
     self.close()
     self.game = Game.GuiField(self.name)
     self.game.start_game()