Commit ef775647 by BellCodeEditor

save project

parent c3a66a0c
Showing with 7 additions and 2 deletions
......@@ -38,5 +38,9 @@ class Player(Hero):
houyi = Player("23","后羿")
yase = Hero("垭瑟")
houyi.combat(yase)
yase.combat(houyi)
print("-"*30)
print(" 战斗")
while True:
print("-"*30)
choice=input("你干嘛(1打/2防)")
\ No newline at end of file
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