Skip to content

KiraDiamond/wynninteractive

Repository files navigation

Wynnteractive Map

GitHub Pages License: AGPL-3.0 JS

Wynnteractive Map is a static GitHub Pages map for current Wynncraft routes, guides, discoveries, rewards, professions, travel points, and mobs.

What is here

  • Fruma-era world map with pan and zoom controls
  • Main and beta map surfaces
  • Search, filters, found-state tracking, and theme persistence in browser storage
  • Marker notes for quests, mini quests, discoveries, caves, dungeons, raids, boss altars, world events, lootrun camps, travel points, profession spots, and mobs
  • Source links back to the related information pages and guides

Main files

  • index.html: live app shell
  • beta/index.html: beta app shell
  • shared-map-ui.css: shared map and panel styling
  • main-map-app.js: live interaction logic, marker rendering, and panel behavior
  • beta/beta-map-app.js: beta interaction logic
  • shared/app-utils.js: shared escaping, lookup, embed, and asset helper logic
  • data/markers.js: local marker metadata and curated overlays
  • data/wiki-map-markers.js: generated live marker dataset used by the map
  • data/marker-content-loader.js: lazy guide-content loader for marker categories

Quick start (local)

Clone the repo and open index.html directly in a browser — no build step required. For live-reload during development, use:

npx serve .

Contributing

Marker data lives in data/markers.js and data/wiki-map-markers.js. To add or correct a marker, edit the relevant file and open a pull request. Please include the in-game coordinates and a source link.

Sources and Credits

License

This project is licensed under the GNU AGPLv3. See LICENSE. Third-party assets and source material remain credited to their original upstream projects and authors.

Deployment

This repository deploys to GitHub Pages from main with .github/workflows/deploy-pages.yml.

About

Wynnteractive Map is an interactive Wynncraft map that brings quests, discoveries, caves, raids, boss altars, profession spots, travel routes, lootrun camps, and mob locations into one place. It’s built to make the game easier to navigate with clear marker info, guide text, and linked resources.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors