Commit 1f18f9fc by BellCodeEditor

save project

parent 136f47fe
Showing with 8 additions and 0 deletions
......@@ -35,6 +35,14 @@ class Player(Hero):
print('当前等级,血量,攻击力为'+self.name + self.attack)
player = Player('后羿','射手')
yase = Hero('亚瑟')
print('-'*30)
print(' 战斗开始!')
print('-'*30)
a = input('请输入技能(1攻击/2治疗)')
if a == '1':
......
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