Commit 2688567f by BellCodeEditor

auto save

parent beb166ed
Showing with 16 additions and 0 deletions
houyi = piayer("射手""后羿")
yase = Hero("亚瑟")
print(30 * '-')
print('战斗开始')
while True:
print("-" * 30)
choice = input("")
\ No newline at end of file
houyi = player("射手""后羿")
yase = hero("亚瑟")
combat.combat(yase)
yase.combat(houyi)
houyi.cure
yase.cure
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