Skip to content

prufrock/graphmapnav

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages