Island -v0.2.5.0- -infinitelust Studios- | Regret
The "horror" element of the story stems from the island itself, which acts as a catalyst for suppressed emotions. As the characters remain on the island:
The world stuttered.
def get_regret_compass_direction(self, current_location): # find nearest active echo nearest = min([e for e in self.echoes if e["status"] == "active"], key=lambda e: distance(current_location, e["location"])) return direction_vector(current_location, nearest["location"]) Regret Island -v0.2.5.0- -InfiniteLust Studios-