Haste Maps lets you upload your maps and create your own GPS for RPG campaigns.
- Mark Intersections and Roads: Identify intersections as nodes and roads as edges.
- Build the Map: Once your map is built, use the shortest path button to find the best routes.
- Local Save: The last map you made will be saved locally for easy access.
You can visit the app at Haste Maps.
While playing the Drakkenheim campaign last weekend, I felt confused deciding our path during the journey. Since I was studying graph algorithms at the time, I thought, why not combine both?
This is a weekend project made using:
The application runs on the client side and utilizes both TypeScript and JavaScript for some Cytoscape functionalities.
To run the project locally, execute the following command:
npm install
npm run dev
Open http://localhost:3000 in your browser to see the result.
Feel free to adjust any details or links as needed!