|
@ -66,4 +66,14 @@ class Personnage: |
|
|
if self.cat == 'Elfe': |
|
|
if self.cat == 'Elfe': |
|
|
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 |