Skip to content

ajbrickhouse/AStar_JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A* Pathfinding

Guide used

Updates

  • Added diagnal movement
  • Added obstacles
  • Converted to use canvas
  • Drag and drop end point with updating path
  • Smoothed line drawn for path
  • Reads data directly from maze image

Mazes generated with

Demo in codespace

  • Open this repo in a codespace
  • Start the server.py
  • Open link listed under port 8000 (ports tab above the terminal)

Results

About

A javascript implementation of A* pathfinding algo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published