Skip to content

nyhryan/Simple-Pathfinding-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Pathfinding-Visualization

Preview GIF

This is simple visualization project of pathfinding algorithm (Breadth First, Greedy Best-first, and beloved A* search algorithm), using HTML, SCSS, and Typescript.

Run

You can open src/index.html on your favorite browser and run it right away!

Developing

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published