Commit 2825961d by BellCodeEditor

save project

parent eb479aed
Showing with 4 additions and 3 deletions
......@@ -39,17 +39,18 @@ class Player(Hero):
houyi = Player("射手", "后羿")
yase = Hero("垭瑟")
print("_"*1000)
print("_"*100)
print(" 斗战岩牛")
while True:
print("_"*1000)
print("_"*100)
choise=int(input("1打,2治"))
if choise==1:
houyi.combat(yase)
elif choise==2:
houyi.cure()
else:
print("鬼")
print("鬼")
continue
random.randint(1,2)
if choise==1:
yase.combat(houyi)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment