kpack18 / kpack18.github.io

CSE 442 Path Algorithm Visualizer
2 stars 0 forks source link

Path_Visualizer

CSE 442 Path Algorithm Visualizer

Welcome to our Path Finding Algorithm Visualizer!

Please draw in the grid to create a maze of walls for the program to search through. The visualizer will search starting from the top left tile (0,0) until it finds the bottom right tile (7,7).

To Run just open index.html in your favorite browser (Preferably Chrome) or go to kpack18.github.io for our latest release

Customizable Options:

1.) You can resize the grid using the grid width and height options (entering a valid positive integer) and hitting apply 2.) You can define custom colors with their own weights using the color picker and palette.

4.) Using the Drop down menu at the bottom you can select between 3 algorithm's

5.) Testing Purposes