/mapsi

Pathfinding visualizer for A* algorithm and A map generator with procedural dungeon map generator using the Random Walk Algorithm

Primary LanguageVue

mapsi

A map Generator and path finding Visualizer made in Vue.js

A Demo of this can be found on My Personal Github Page

Algos

  1. The main path-finding algo is A* by default
  2. For generating the maps procedural dungeon map generator using the Random Walk Algorithm

Project Setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

TODO & Contribute:

  1. Debugging the A* Algo
  2. Add more path-finding Algos