|
@ -67,3 +67,13 @@ class Personnage: |
|
|
print("Votre personnage a : Arc, Potion") |
|
|
print("Votre personnage a : Arc, Potion") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def jeu(self, attaquant, defenseur): |
|
|
|
|
|
|
|
|
|
|
|
attaquant = print(input("Quel est le nom de l'attaquant ? ",)) |
|
|
|
|
|
defenseur = print(input("Quel est le nom du defenseur ? ",)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if self.jet_attaque > self.jet_defense : |
|
|
|
|
|
defenseur |
|
|
|
|
|
if self.jet_attaque < self.jet_defense : |
|
|
|
|
|
attaquant |