This is simple visualization project of pathfinding algorithm (Breadth First, Greedy Best-first, and beloved A* search algorithm), using HTML, SCSS, and Typescript.
You can open src/index.html
on your favorite browser and run it right away!
Install typescript
and scss
with npm
. tsc -w
to watch .ts
file and automatically compile into plain javascript file. sass --watch style.scss style.css
to watch & convert into normal .css
file.