Commit 66f9407b by BellCodeEditor

save project

parent e9e68f99
Showing with 9 additions and 1 deletions
...@@ -41,4 +41,12 @@ yase = Hero("垭瑟") ...@@ -41,4 +41,12 @@ yase = Hero("垭瑟")
while True: while True:
print('-'*30) print('-'*30)
print(' 战斗开始') print(' 战斗开始😀')
cho=input('请选择释放英雄技能(1技能/2治疗')
if cho=='1':
houyi.combat(yase)
elif cho=='2':
houyi.cure()
elif cho=='q':
print('游戏退出😀')
break
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