Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

comment arrêter un jeu en appuyant sur une touche python

#quitter le jeu en pressant la touche Echap#
        if self.pressed.get(pygame.K_ESCAPE):
            self.game_over()
 
PREVIOUS NEXT
Tagged: #comment #jeu #en #appuyant #sur #une #touche #python
ADD COMMENT
Topic
Name
9+8 =