Village Guard Level Unsolvable

@lifeisacode, can you post the code so we can assist you? :wink:


while True:
    # Use if/else.
    if enemy:
        hero.attack(enemy)
        hero.attack(enemy)
        pass
    else:
        hero.attack(Chest)
        hero.attack(Chest)```