Commit 2d817bfa by BellCodeEditor

save project

parent 5bac2606
Showing with 4 additions and 2 deletions
...@@ -41,5 +41,7 @@ houyi = Player("射手", "后羿") ...@@ -41,5 +41,7 @@ houyi = Player("射手", "后羿")
yase = Hero("垭瑟") yase = Hero("垭瑟")
houyi.combat(yase) houyi.combat(yase)
yase.combat(houyi) yase.combat(houyi)
houyi.cure() print("-" * 30)
yase.cure() print(" 游戏开始")
print("-" * 30)
input("1:攻击 2:回血")
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