项目作者: ChristianEreira

项目描述 :
A JavaScript A* pathfinding demonstration and visualiser
高级语言: JavaScript
项目地址: git://github.com/ChristianEreira/AStar.git
创建时间: 2019-09-30T11:27:17Z
项目社区:https://github.com/ChristianEreira/AStar

开源协议:MIT License

下载


A* Pathfinding Simulation

An animated A* pathfinding demonstration and visualiser made using JavaScript and HTML5 canvas.

This tool can be used to help learn or teach the A* algorithm.

View live at https://chrise.dev/AStar.

Features

  • Draw a custom map with walls and start/end nodes
  • Show an animation of the A* algorithm at a custom speed
  • Show the values used in the equation for each tile

Built with

  • JavaScript
  • HTML Canvas
  • SASS styling
  • Github Pages hosting