Skip to content

balucas/pathfinding-viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A* Search Visualizer

A Star Demo

An Interactive A* Search Algorithm Visualizer built with simple HTML & JavaScript.

Getting Started

It's an HTML & JS Project! Simply clone the repo & open index.html

Usage

The search algorithm will find the shortest path from the starting(blue) node to the goal(red) node. Drag & drop the nodes to edit.

A Star Demo2

Clicking & dragging on empty squares will draw barriers, and doing the same on barriers will erase them. The search algorithm uses Manhattan Distance as its heuristic.

About

A* Search Algorithm Visualizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published