Commit 67055bfe by BellCodeEditor

save project

parent cd8fdc3d
Showing with 3 additions and 0 deletions
......@@ -42,6 +42,9 @@ class Player(Hero):
print("-"*60)
print(" 游戏开始")
print("-"*60)
while True:
print("-"*60)
choice=input("请选择释放英雄技能(1攻击/2治疗):")
houyi = Player("射手", "后羿")
yase = Hero("垭瑟")
houyi.combat(yase)
......
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