Package: mazealls Maintainer: Steven E. Pav Authors@R: c(person(c("Steven", "E."), "Pav", role=c("aut","cre"), email="shabbychef@gmail.com", comment = c(ORCID = "0000-0002-4197-6195"))) Version: 0.2.1 Date: 2025-11-18 License: LGPL-3 Title: Generate Recursive Mazes BugReports: https://github.com/shabbychef/mazealls/issues Description: 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, . Depends: R (>= 3.0.2) Imports: TurtleGraphics Suggests: testthat, knitr URL: https://github.com/shabbychef/mazealls Collate: 'decagon_maze.r' 'dodecagon_maze.r' 'eq_triangle_maze.r' 'hexaflake_maze.r' 'hexagon_maze.r' 'holey_line.r' 'holey_path.r' 'iso_trapezoid_maze.r' 'koch_maze.r' 'mazealls.r' 'octagon_maze.r' 'parallelogram_maze.r' 'sierpinski_carpet_maze.r' 'sierpinski_hexagon_maze.r' 'sierpinski_maze.r' 'sierpinski_trapezoid_maze.r' 'utils.r' RoxygenNote: 7.3.2 Repository: https://shabbychef.r-universe.dev Date/Publication: 2025-11-26 23:48:08 UTC RemoteUrl: https://github.com/shabbychef/mazealls RemoteRef: HEAD RemoteSha: 1025a8248cf2dce78b5ae756754ad443fedcefb9 NeedsCompilation: no Packaged: 2026-06-21 09:25:43 UTC; root Author: Steven E. Pav [aut, cre] (ORCID: )