Hedge Maze: Difference between revisions

From Dyrdex.com
Jump to navigation Jump to search
(Created page with "=Hedge Maze= From entrance to Nevermore: Step 1: n;n;e;n;w;n;n;n,se;w;gla (check for trans to "exits:n;se") No Trans: n;s;w;gla until trans to "exits:n, se" Step 2...")
 
No edit summary
Line 1: Line 1:
=Hedge Maze=
=Hedge Maze=
This is spelled out super well on Rodpedia, but I've simplified it even more here for morons.


From entrance to Nevermore:
From entrance to Nevermore:
Line 14: Line 16:
  w;s;sw;w;n;n  (check if trans out echos.)
  w;s;sw;w;n;n  (check if trans out echos.)
     No Trans: e;n;      until trans out
     No Trans: e;n;      until trans out
There's a few other tactics too. Actually in the above, I'm walking 'the long way' at some point unecessarily, but I don't care to fix it. This is super easy to script up as well, so once you do that, you never have to futz with it at all ever again in your life.

Revision as of 14:52, 3 January 2023

Hedge Maze

This is spelled out super well on Rodpedia, but I've simplified it even more here for morons.

From entrance to Nevermore:

Step 1:

n;n;e;n;w;n;n;n,se;w;gla  (check for trans to "exits:n;se") 
   No Trans: n;s;w;gla  until trans to "exits:n, se"

Step 2:

n;n;w;w;w;dro 1 coin;gla (check for trans to no coin room.)
   No Trans: e;w;gla    until trans to no coin room.

Step 3:

w;s;sw;w;n;n  (check if trans out echos.)
   No Trans: e;n;       until trans out


There's a few other tactics too. Actually in the above, I'm walking 'the long way' at some point unecessarily, but I don't care to fix it. This is super easy to script up as well, so once you do that, you never have to futz with it at all ever again in your life.