Package: mazealls
Maintainer: Steven E. Pav <shabbychef@gmail.com>
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.0
Date: 2017-12-11
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, <http://weblog.jamisbuck.org/2011/1/12/maze-generation-recursive-division-algorithm>.
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_maze.r'
        'sierpinski_trapezoid_maze.r' 'utils.r'
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-12-12 06:34:19 UTC; root
Author: Steven E. Pav [aut, cre] (0000-0002-4197-6195)
Repository: CRAN
Date/Publication: 2017-12-12 06:49:44 UTC
Built: R 4.5.1; ; 2025-10-06 01:16:35 UTC; windows
