|
This type of game creates mazes with 3 different kind of
algorithms: the first is Depth first search, the second is
Prim's algorithm, and the last one is Kruskal's algorithm.
With Show Gen setting you will be able to check the
construction progress. With a scrollbar below that there is
the option to modify the creation speed. In a similar way, Show
Solve setting will show you the progress of the solution
of the maze, and has a scrollbar to control the speed of the
operation. With Backtracks setting you can control the
monitor of dead-end paths, in which the solver backs up. At
the end, with Cycle button you can loop this game
indefinitely, creating and obtaining the solution of mazes
using current options. |