home *** CD-ROM | disk | FTP | other *** search
/ PCPP Game Guide 2 / PCPP_GG2.iso / PCPP / strategy / dusthex.txt < prev    next >
Text File  |  1998-06-02  |  2KB  |  63 lines

  1. HEX PUZZLE SOLUTION
  2. (SNAKE ROOM)
  3.  
  4.  
  5. Label the seven pieces of the puzzle as follows:
  6.  
  7.                       T
  8.                 TL       TR    
  9.                       F
  10.                 BL       BR
  11.                       B
  12.  
  13. When performing moves, a plus after the piece name means rotate 
  14. that piece clockwise; a minus means rotate it counterclockwise.
  15.  
  16.  
  17. Step 1:
  18.     If piece "T" needs        Move
  19.     ------------------        -------
  20.     Two turns counterclockwise:    BR-
  21.     One turn counterclockwise:    T-
  22.     One turn clockwise:        T+
  23.     Two turns clockwise:        BL+
  24.     Rotated 180 degrees:        B+
  25.  
  26. Step 2:
  27.     If piece "TR" needs        Move
  28.     ------------------        -------
  29.     Two turns counterclockwise:    B+    B+
  30.     One turn counterclockwise:    TL-    F+
  31.     One turn clockwise:        T-    TL+
  32.     Two turns clockwise:        BR-    BL+
  33.     Rotated 180 degrees:        BR-    TL+    TL+
  34.  
  35. Step 3:
  36.     If piece "BR" needs        Move
  37.     ------------------        -------
  38.     Two turns counterclockwise:    T-    BR-    B+
  39.     One turn counterclockwise:    T-    F+
  40.     One turn clockwise:        T+    TR-
  41.     Two turns clockwise:        TR-    B-    BL-
  42.     Rotated 180 degrees:        T-    BL+    TL-
  43.  
  44. Step 4:
  45.     If piece "B" needs        Move
  46.     ------------------        -------
  47.     Two turns counterclockwise:    TR-    TR-    F-    F-
  48.     One turn counterclockwise:    TR-    F-
  49.     One turn clockwise:        TR+    F+
  50.     Two turns clockwise:        TR+    TR+    F+    F+
  51.     Rotated 180 degrees:        T-    TR-    BR+    TL+    F-
  52.  
  53. Step 5:
  54.     If piece "F" needs        Move
  55.     ------------------        -------
  56.     Two turns counterclockwise:    TR+    B+    TL+    F+
  57.     One turn counterclockwise:    T+    TR-    BR-    B+    F-
  58.     One turn clockwise:        T-    TR+    BR+    B-    F+
  59.     Two turns clockwise:        T-    BR-    BL-    F-
  60.     Rotated 180 degrees:        T-    T-    TR+    B-    BL-
  61.  
  62.  
  63.