This platform is a comprehensive Python-based system designed for implementing, generating, and solving 3D mazes. It focuses on exploring the characteristics of different maze generation algorithms ...
There is a built in function that can generate the image for showing the result of each algorithm explored path, solution path. Explored path is in Light Red. #d46155 Solution path is in Yellow.