Skip to content

anhaeh/vue-a-star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue PathFinding

A* (A-star) implementation with vue js for the ui, and Js vanilla for the algorithm

Live Preview

Screenshot

Run Project

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run server