AI

MAZE SOLVER

About:


A web-based Maze solver in which two identical mazes are generated side by side in the window. Users need to select two different algorithms for each of the mazes to visualize the path chosen by the respective agent. Also, to visualize how the path is discovered by the agent between the start and endpoint using the respective search algorithm chosen by the user.
Mazes would be created in the random fashion each and every time, having said that, obstacles in the maze would be chosen randomly. But for the comparison of performance among the various parameters, we will take the same random maze side by side. And when the user will choose the search algorithms to run on, he can visualize it side by side.

Instructions:

1- Click the button at the bottom of this page to start the Game.

2- Controls:

3- Statistics:

Stats Name Description
New It gives count of the maze cells which are not yet visited by the Algorithm.
Visited It gives count of the maze cells which are visited by the Algorithm.
Explored It gives count of the maze cells which are explored by the Algorithm.
Path length It gives cell count in the path from source to destination discovered by Algorithm.