shabbychef/mazealls: Generate Recursive Mazes

Supports the generation of parallelogram, equilateral triangle, regular hexagon, isosceles trapezoid, Koch snowflake, 'hexaflake', Sierpinski triangle, Sierpinski carpet and Sierpinski trapezoid mazes via 'TurtleGraphics'. Mazes are generated by the recursive method: the domain is divided into sub-domains in which mazes are generated, then dividing lines with holes are drawn between them, see J. Buck, Recursive Division, <http://weblog.jamisbuck.org/2011/1/12/maze-generation-recursive-division-algorithm>.

Getting started

Package details

MaintainerSteven E. Pav <shabbychef@gmail.com>
LicenseLGPL-3
Version0.2.0.0001
URL https://github.com/shabbychef/mazealls
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("shabbychef/mazealls")
shabbychef/mazealls documentation built on Oct. 18, 2023, 8:27 p.m.