Exemple #1
0
 def on_menu_game(self):
     game = Game(self)
     game.win = self.win
     game.lose = self.lose
     self.context = game
     game.start()