def on_release(self): if self.last_touch and self.last_touch.is_double_tap: app.game_state = GameState() popup = Popup(title="Info",content=Label(text="Game restarted"),size_hint=(0.25,0.15)).open()