Skip to content

KhalidObaide/mapsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors