You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
4.4 KiB

EVENEMENT RECU : <KeyPress event send_event=True state=Mod1 keysym=q keycode=81 char='q' x=566 y=-16>
CODE PERSO : q
EVENEMENT RECU : <KeyPress event send_event=True state=Mod1 keysym=f keycode=70 char='f' x=566 y=-16>
CODE PERSO : f
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\dodel\AppData\Local\Programs\Thonny\lib\tkinter\__init__.py", line 1921, in __call__
return self.func(*args)
File "C:\Users\dodel\OneDrive\Bureau\Manoir\interface.py", line 203, in gestion_actions
self.fonction(event)
File "C:\Users\dodel\OneDrive\Bureau\Manoir\jeu.py", line 78, in <lambda>
ihm.signaler_evenement(lambda event: ihm_signale_evenement(event, m, ihm))
File "C:\Users\dodel\OneDrive\Bureau\Manoir\jeu.py", line 50, in ihm_signale_evenement
if h.fuire(): # Si fuire est possible
File "C:\Users\dodel\OneDrive\Bureau\Manoir\donnees.py", line 263, in fuire
suivre(self.lieu)
NameError: name 'suivre' is not defined
EVENEMENT RECU : <KeyPress event send_event=True state=Mod1 keysym=f keycode=70 char='f' x=1168 y=-10>
CODE PERSO : f
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\dodel\AppData\Local\Programs\Thonny\lib\tkinter\__init__.py", line 1921, in __call__
return self.func(*args)
File "C:\Users\dodel\OneDrive\Bureau\Manoir\interface.py", line 203, in gestion_actions
self.fonction(event)
File "C:\Users\dodel\OneDrive\Bureau\Manoir\jeu.py", line 78, in <lambda>
ihm.signaler_evenement(lambda event: ihm_signale_evenement(event, m, ihm))
File "C:\Users\dodel\OneDrive\Bureau\Manoir\jeu.py", line 50, in ihm_signale_evenement
if h.fuire(): # Si fuire est possible
File "C:\Users\dodel\OneDrive\Bureau\Manoir\donnees.py", line 263, in fuire
suivre(self.lieu)
NameError: name 'suivre' is not defined
EVENEMENT RECU : <KeyPress event send_event=True state=Mod1 keysym=q keycode=81 char='q' x=1607 y=342>
CODE PERSO : q
EVENEMENT RECU : <KeyPress event send_event=True state=Mod1 keysym=c keycode=67 char='c' x=1315 y=158>
CODE PERSO : c
Aucune sauvegarde trouv<EFBFBD>e.
Alice inflige 2 points de d<EFBFBD>g<EFBFBD>ts au Chauve-souris.
Chauve-souris est hors combat.
EVENEMENT RECU : <KeyPress event send_event=True state=Mod1 keysym=u keycode=85 char='u' x=1314 y=151>
CODE PERSO : u
Vous ne pouvez pas utiliser la cl<EFBFBD> cadena ici.
EVENEMENT RECU : <KeyPress event send_event=True state=Mod1 keysym=d keycode=68 char='d' x=1314 y=151>
CODE PERSO : d
EVENEMENT RECU : <KeyPress event send_event=True state=Mod1 keysym=u keycode=85 char='u' x=1314 y=141>
CODE PERSO : u
Vous avez ouvert la porte avec la cl<EFBFBD> cadena!
EVENEMENT RECU : <KeyPress event send_event=True state=Mod1 keysym=z keycode=90 char='z' x=1314 y=141>
CODE PERSO : z
EVENEMENT RECU : <KeyPress event send_event=True state=Mod1 keysym=d keycode=68 char='d' x=1314 y=141>
CODE PERSO : d
EVENEMENT RECU : <KeyPress event send_event=True state=Mod1 keysym=q keycode=81 char='q' x=1314 y=141>
CODE PERSO : q
EVENEMENT RECU : <KeyPress event send_event=True state=Mod1 keysym=s keycode=83 char='s' x=1314 y=141>
CODE PERSO : s
EVENEMENT RECU : <KeyPress event send_event=True state=Mod1 keysym=x keycode=88 char='x' x=1492 y=-6>
CODE PERSO : x
Jeu sauvegard<EFBFBD>.
EVENEMENT RECU : <KeyPress event send_event=True state=Mod1 keysym=c keycode=67 char='c' x=714 y=89>
CODE PERSO : c
Jeu charg<EFBFBD>.
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\dodel\AppData\Local\Programs\Thonny\lib\tkinter\__init__.py", line 1921, in __call__
return self.func(*args)
File "C:\Users\dodel\OneDrive\Bureau\Manoir\interface.py", line 203, in gestion_actions
self.fonction(event)
File "C:\Users\dodel\OneDrive\Bureau\Manoir\jeu.py", line 103, in <lambda>
ihm.signaler_evenement(lambda event: ihm_signale_evenement(event, m, ihm))
File "C:\Users\dodel\OneDrive\Bureau\Manoir\jeu.py", line 72, in ihm_signale_evenement
if h.combattre_monstre_actuel(): # Si combattre est possible et c'est bien pass<EFBFBD>
File "C:\Users\dodel\OneDrive\Bureau\Manoir\donnees.py", line 208, in combattre_monstre_actuel
rep = self.combattre(self.lieu.occupant)
File "C:\Users\dodel\OneDrive\Bureau\Manoir\donnees.py", line 150, in combattre
score_monstre = rd.randint(1, 6) + rd.randint(1, 6) + adversaire.habilite
AttributeError: 'NoneType' object has no attribute 'habilite'