【Python】200行的文字RPG遊戲

import time,os,random class 人物: def __init__(self,name,maxhp=100,ac=10,speed=1.0,money=0): self.name=name self.hp=maxhp self.maxhp=maxhp self.minac=int(ac*0.5)
相關文章
相關標籤/搜索