Commit 27e17991 by BellCodeEditor

save project

parent 66f3cc50
Showing with 8 additions and 0 deletions
...@@ -40,5 +40,12 @@ class Player(Hero): # 玩家英雄 ...@@ -40,5 +40,12 @@ class Player(Hero): # 玩家英雄
player=Player("后裔","射手") player=Player("后裔","射手")
print("—"*30)
print(" 游戏开始")
print("—"*30)
print(input("1:攻击 2:治疗"))
print(" 游戏结束")
\ 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