Path Star

Path Star is a simulator that helps visualize how pathfinding and maze-generation algorithms work! It mostly acts as a little toy, but also a pretty fascinating way to see how these different algorithms approach problem solving. Path Star is still under development, so some features might still be missing or incomplete. Have fun!

OUTPUT
206: Path Star is in-development, so you may encounter errors or instability. If issues do occur, please let me know via my GitHub, github.com/genericallynamed
Due to optimization issues with HTML tables, it is not recommended to create a grid with dimensions greater than 30 by 30.
Path Star v0.7.0 alpha by Alex Shandilis
set pathing algorithm to djikstra's algorithm
set maze generation algorithm to chaotic randomized prim's algorithm