home *** CD-ROM | disk | FTP | other *** search
/ 3D Action & Classic Games / NEW.iso / gamedoc / disk#1&2 / engdoc / dust2.sol < prev    next >
Encoding:
Text File  |  1996-04-22  |  2.3 KB  |  63 lines

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