Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thanks, @Ems! The main rule is to pay attention to what changes after each choice (each time you wrap around—i.e., exit left or right). If the prompt is the same as the previous one, go left; if it’s different, go right.

There are exceptions to this rule, but it should help get you started.

For example:

  1. You start the game and the text says “exit left” — so exit left to gain lucidity.
  2. After wrapping around, the text now says “exit right” — that’s different from the last screen, so go right this time.
  3. If the next screen also says “exit right” — that’s the same as before, so now you’d exit left.

Again, there are contradictions, but this basic logic should point you in the right direction.

Let me know if you have any questions when you give it another go. Thanks again!