A map Generator and path finding Visualizer made in Vue.js
A Demo of this can be found on My Personal Github Page
- The main path-finding algo is A* by default
- For generating the maps
procedural dungeon map generator using the Random Walk Algorithm
npm installnpm run servenpm run buildnpm run lint- Debugging the A* Algo
- Add more path-finding Algos