Skip to content

An animated JavaScript A* pathfinding demonstration and visualiser

License

Notifications You must be signed in to change notification settings

ChristianEreira/AStar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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