
Maze Generator
Generate and solve mazes with multiple algorithms and tile shapes.
Created by mdchaney
Create a free account to get instant access
How to Use
• Navigate to the maze generator in your browser • Customize your maze by adding URL parameters: - xsize=50&ysize=30 (sets maze dimensions) - r=0.7 (right turn preference, 0-1 scale) - s=-0.5 (straightness preference, -1 to 1 where -1 is straight paths, 1 is curvy) - b=true (shows direction arrows indicating the path taken during generation) • The maze generates automatically when the page loads using a recursive algorithm • Each cell is colored from bright blue (entrance) to black (farthest point) based on distance from the start • The entrance is at the bottom-left corner, exit at top-right corner • Walls appear as black borders between cells - missing borders indicate open passages • No keyboard or mouse controls needed - the maze displays immediately upon loading