Generate a random maze as shown in here. Your maze must have a path from entrance (bottom left) to exit (top right). Also, try to make the maze as difficult as possible.
Random Maze Generator with Python Turtle
Categories:
Generate a random maze as shown in here. Your maze must have a path from entrance (bottom left) to exit (top right). Also, try to make the maze as difficult as possible.