/Maze-Generator

A simple implementation of the recursive back tracker algorithm that uses depth-first search (DFS) to construct a maze in a given area. This also shows an implementation of the A* path finding algorithm to solve the randomly generated maze.

Primary LanguagePython

Stargazers