Alien Incident

From TGDB.net
Revision as of 18:41, 27 September 2009 by Mariush (talk | contribs) (Created page with '==Solution== <pre> Here's the solve for the labyrinth: L = EXIT LEFT R = EXIT RIGHT FL = EXIT FRONT LEFT FR = EXIT FRONT RIGHT BL = EXIT BACK LEFT BR = EXIT BACK RIGH…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Solution


Here's the solve for the labyrinth:

L  = EXIT LEFT
R  = EXIT RIGHT
FL = EXIT FRONT LEFT
FR = EXIT FRONT RIGHT
BL = EXIT BACK LEFT
BR = EXIT BACK RIGHT

Skeleton with pickaxe:

Walk to FL,R,FL,FR,FL,FR,R,FL.

Back to cave (upper level):

Walk to BL,L,BR,L,L,L,L,BL,BR.

Back to the cave (lower level):

Walk to FR,L,FR,FL,FR,L,FL,FR,R,R,FL,FR,FL,FR,FR,R,R,BR,BL,BR,FR.

By Jurjen Bakker, jurjenb@worldonline.nl

Files

  1. File:Alien Incident solution 1.txt