This is an interactive, answerless puzzle that allows us to choose what round to access next. We see Matt and Emma starting at the top of the page, and can choose whether to take the solve path to the left or to the right. Either way, the puzzle is solved by rotating tiles to form a path such that both Matt and Emma reach the same door.
There may be multiple tile orientations that fulfill a valid path for each destination. The following shows a sample solution for each.
Path | Response |
---|---|
![]() | 🛗 Go to Elevator (to explore the next floor) |
![]() | 📦 Go to Cargo Shelf (to continue exploring the current floor) |
This minipuzzle, along with its sibling where 2 next: electric boogaloo, was one of the last written in the hunt. This was because for story purposes, it was at the mercy of ever-evolving constraints.
Once we got around to it, the given constraints were that
Writing constrained story puzzles is hard and we'll leave it at that. Big props to Ariel for implementing the solution checker!