Recursive Backtracker maze – more features and animation with Matplotlib and Python
In the previous post, I generated a simple maze. I wasn’t sure the algorithm worked as intended unless I debugged or animated it. I chose the second option. I also added marking the beginning and end of the maze quest.
…