We have a random maze generator project. Try to generate a circular maze. The entrance is at the top and exit is at the center. Again, make sure there is path from entrance to exit while making the maze hard to solve.
Circular Maze with Python Turtle
Categories: