项目作者: P4nos

项目描述 :
Javascript implementation of Astar path finding algorithm
高级语言: TypeScript
项目地址: git://github.com/P4nos/astarjs.git
创建时间: 2020-08-04T21:25:00Z
项目社区:https://github.com/P4nos/astarjs

开源协议:

下载


Visualize Astar

Description

This is an implementation of the Astar path finding algorithm using pure Javascript, HTML and CSS. The algrorithm implementation was mostly based on
resources found here.

The goal of this project was twofold, first to understand the Astar algorithm and second to reinforce the learning process by visualising the actions the algorithm takes.

Prerequisites

  • Nodejs
  • Docker

Installation

Using Docker

Run
make build
make run

Using Nodejs

Run
npm install
npm run build
npm run dev

After a successful build visit http://localhost:8080.

To exit run make stop or press Ctrl+C in case you are using the npm scripts.