Create a Maze Map

Click here to follow someone else's map.

Instructions

  • The only required section is the gates.
  • If the partial checkbox is ticked (default) then you will get a result with all possible routes and their chances, without any additional data. If not, you'll get a map displaying all details entered (such as trader location).
  • The system name is not verified to be real!
  • Each map has a unique code, presented when you submit the map. If you use this code when resubmitting, you will update the same map. If you give out this code to others, they can edit your map!
  • To share your map, use the share code.
  • For more details on the format used to enter maze data, read on.

Gates

Gates are entered as a string representing the entrance gate direction for the 9 nodes not on the edges, from left to right, top to bottom, starting with node (2, 2). The example maze would be encoded as wwwnwnxxn.
Valid options are:

  • north
  • wwest
  • x Unknown

Nodes

Nodes are entered as a string representing the type of node in all 14 nodes that are not the entrance or vault, from left to right, top to bottom, starting with node (1, 2). The example maze would be encoded as oodhdodxhooxxx.
Valid options are:

  • destruction (shoot rats)
  • hacking
  • obstruction (shoot the structure)
  • x Unknown

Traders

Traders are entered as space-separated list of nodes. 0,0 represents no trader. The example maze would be encoded as 2,1 3,3

Example maze: