Skip to content

    Maze solver

    Created by
    EricW9888
    EricW9888

    A depth-first search algorithm that solves mazes. To create your own maze, fork the repl and then modify the "maze" variable. "#" represents a wall, "!" represents the starting point, "*" represents the end point, and a space represents a path.

    Preview