项目作者: gauthammk

项目描述 :
Interactive visualisations of popular pathfinding algorithms like Dijkstra's algorithm, DFS and BFS in the browser.
高级语言: Vue
项目地址: git://github.com/gauthammk/Pathfinder.git
创建时间: 2020-06-06T06:06:03Z
项目社区:https://github.com/gauthammk/Pathfinder

开源协议:

下载


Pathfinder

This web app provides interactive visualisations of popular pathfinding algorithms like Dijkstra’s algorithm, DFS and BFS in the browser.

Check it out here! : https://gauthammk-pathfinder.netlify.app

Inspired by Clément Mihailescu’s pathfinding visualisations. Check out his repo here : https://github.com/clementmihailescu/Pathfinding-Visualizer

Project setup

  1. npm install

Compiles and hot-reloads for development

  1. npm run serve

Compiles and minifies for production

  1. npm run build

Lints and fixes files

  1. npm run lint

Customize configuration

See Configuration Reference.