Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 511 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 511 Bytes

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