BinaryBreaker / MazeSolver
View external linksLinks

A Python implementation of a depth-first search algorithm used to solve mazes represented as strings of hash and spaces or as images. The algorithm is efficient and can solve mazes of various sizes and complexities, useful for solving puzzles and games.
10Apr 10, 2023Updated 2 years ago

Alternatives and similar repositories for MazeSolver

Users that are interested in MazeSolver are comparing it to the libraries listed below

Sorting:

Are these results useful?