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.1.0
Date: 2017-11-13
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 and Koch snowflake 
    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: 'eq_triangle_maze.r' 'hexagon_maze.r' 'holey_line.r'
        'holey_path.r' 'iso_trapezoid_maze.r' 'koch_maze.r'
        'mazealls.r' 'parallelogram_maze.r' 'utils.r'
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-11-14 06:23:32 UTC; root
Author: Steven E. Pav [aut, cre] (0000-0002-4197-6195)
Repository: CRAN
Date/Publication: 2017-11-14 11:21:21 UTC
