Commit cc4b5ebe by BellCodeEditor

save project

parent da602c84
Showing with 4 additions and 5 deletions
...@@ -39,14 +39,13 @@ class Player(Hero): ...@@ -39,14 +39,13 @@ class Player(Hero):
houyi = Player("射手", "后羿") houyi = Player("射手", "后羿")
yase = Hero("垭瑟") yase = Hero("垭瑟")
print("-"*100) print("-"*100)
print(" 战斗结束,请充值继续游戏") print("战斗开始")
while True: while True:
print("-"*100) print("-"*100)
choise=input("1猜,2再猜") choise=input("1?2")
if int(choise)==1: if int(choise)==1:
houyi.combat(yase) houyi.combat(yase)
elif int(choise)==2: elif int(choise)==2:
houyi.cure() houyi.cure()
else: else:
print("您选择了发呆…………………………阿巴阿巴阿巴阿巴阿巴阿巴阿巴阿巴阿巴阿巴阿巴阿巴阿巴阿巴阿巴阿巴阿巴阿巴阿巴") print("…………………………………………………………………………………………………………")
\ No newline at end of file
\ 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