To make "The Hunt" in feel more like a cohesive "piece" rather than a set of chores, the script needs to pivot from instructional atmospheric
: Finish both phases in a single run to earn the badge quickly.
def update(self): self.rect.x += self.speed if self.rect.x < 0 or self.rect.x > screen_width - self.rect.width: self.speed *= -1