PeterBurbery/ PeterBurbery/NewMazePaclet

(1.0.2) current version: 1.0.7 »

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.

Installation Instructions

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`"]

Details

I tested the functions currently in the paclet and you should be able to use the paclet with version 13.2. I want to keep it at 13.3 though so I don't have to worry about changing this.
I love mazes.
I was originally going to name the paclet Mazes but I like New York City, so I named the paclet NewMazePaclet.
I am setting the paclet to load on startup.

Examples

Basic Examples (1) 

Make a square grid maze and solve it:

In[1]:=
maze = MakeMaze[TriangularGridGraph[{8, 8}]]
Out[1]=
In[2]:=
SolveMaze[maze]
Out[2]=

Publisher

Peter Burbery

Disclosures

  • Local files
  • Wolfram Language system configuration
  • This paclet loads on startup.
  • Learn More »

Compatibility

Wolfram Language Version 13.3

Version History

  • 1.0.7 – 23 August 2023
  • 1.0.6 – 23 August 2023
  • 1.0.5 – 23 August 2023
  • 1.0.4 – 23 August 2023
  • 1.0.3 – 05 August 2023
  • 1.0.2 – 05 August 2023
  • 1.0.1 – 05 August 2023
  • 1.0.0 – 05 August 2023

License Information

BSD 3-Clause "New" or "Revised" License

Paclet Source

Source Metadata

See Also