Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
A paclet for mazes
Contributed by: Peter Burbery
This is a paclet for mazes. I would like to implement a function to make a picture of maze, but I don't have something satisfactory currently. I would also like to add the 8 semiregular tilings in addition to the 3 regular tilings. The main powerful super function of the paclet is SolveMaze.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["PeterBurbery/NewMazePaclet"]
To load the code after installation, evaluate this code:
Needs["PeterBurbery`NewMazePaclet`"]
Make a triangular grid maze and solve it:
In[1]:= | ![]() |
Out[1]= | ![]() |
In[2]:= | ![]() |
Out[2]= | ![]() |
Wolfram Language Version 13.3
BSD 3-Clause "New" or "Revised" License