Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 798 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 798 Bytes

graphmapnav

Draw a graph defined with the 4 cardinal directions as a map and navigate it. Simple. 😄

{
  "list": [
    {
      "name": "Main Plaza",
      "edges": [
        {"name": "Nursery Access", "direction": "north"},
        {"name": "Ruined Fountain Access", "direction": "east"},
        {"name": "Ruined Shrine Access", "direction": "west"},
        {"name": "Ruins Entrance", "direction": "south"}
      ]
    }
  ]
}

click things

click on purple boxes, they turn green, and show more text

zoom in and out

zoom in and out and see the purple boxes get bigger

drag to move around

drag to move around and see different purple boxes