PATHFINDING ALGORITHMS & MORE

By Giacomo Porpiglia

Contacts: giacomo.porpiglia@gmail.com

Check the Project on Github Here!

Infos

-Hit the "Calculate Path" button to show the desired path between the start and the end points, that you are free to move around.

-The light blue cells are the cells visited by the algorithm, the yellow line shows the calculated path, and the teal ones are the cells that haven't been evaluated yet.

-You can add walls in the grid by dragging the mouse while pressing the left button, and you can remove them by dragging while pressing the right button.

-You can change the algorithm used to calculate the path and the heuristic with the dropdown menus.

-You can also generate a maze using the "Generate Maze" button, to see how the algorithms perform in a fixed environment.

-To speed things up, you can use the "Clear Walls" button to delete all the walls in the grid.

-You can minimize this tutorial by clicking "hide", and you can drag it around so that it doesn't stay on the grid.

Enjoy!

Got it!