Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 807 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 807 Bytes

Maze Generator

Can generate square, triangular, hexagonal, and octagonal mazes. Maze size and seed can be customized in each maze type's export variables. An entrance and exit are automatically added at the top left and bottom right of each maze.

Square:

Square

Triangle:

Triangle

Hexagon:

Hexagon

Octagon:

The octagon maze has squares in the holes between octagons.

Octagon