Skip to content

prufrock/graphmapnav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

55ebc61 Â· Jan 3, 2024

History

9 Commits
Jul 6, 2023
Jul 6, 2023
Jul 6, 2023
Jul 6, 2023
Jan 3, 2024
Jul 6, 2023
Jul 6, 2023
Jul 6, 2023
Jul 6, 2023
Jul 6, 2023
Jul 6, 2023
Jul 6, 2023
Jul 6, 2023
Jul 6, 2023
Jul 6, 2023
Jan 3, 2024
Jul 6, 2023
Jul 6, 2023
Jul 6, 2023

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