제가 스타크래프트를 잘몰라도 기지와 무슨무슨 팀 승리 라는걸 넣고 싶어서 했는데 잘 안되네여 이상한곳 봐주세요
# 아군, 상대 기지
class central:
def __init__(self, central_hp):
self.central_hp = 1000
def central2(self, sentral_hp):
self.central2_hp = 1000
def cetral_damaged(self, damage):
print("{0} 기지 : {1} 데미지를 입었습니다.".format(self.team_name, self.damage))
self.central_hp -= self.damage
print("{0} 기지 : 현재 기지 체력은 {1} 입니다.".format(self.team_name, self.central_hp))
if self.hp <= 0:
print("{0} 기지 : 기지가 파괴되었습니다.".format(self.team_name))
# 승리 팀
class won_team:
def __init__(self, team_name):
self.team_name = "테란"
def win(self, team_name)
if self.sentral2_hp == 0:
print("{0} 팀 승리".format(self.team_name))
elif:
print("{0} 팀 승리".format(self.team_name))
# 게임 시작
def game_start():
print("[알림] 새로운 게임을 시작합니다.")
# 게임 종료
def game_over():
print(won_team)
print("[Player] : gg")
print("[Player] 님이 게임에서 퇴장하셨습니다.")