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>.

Version: 0.2.0
Depends: R (≥ 3.0.2)
Imports: TurtleGraphics
Suggests: testthat, knitr
Published: 2017-12-12
Author: Steven E. Pav ORCID iD [aut, cre]
Maintainer: Steven E. Pav <shabbychef at gmail.com>
BugReports: https://github.com/shabbychef/mazealls/issues
License: LGPL-3
URL: https://github.com/shabbychef/mazealls
NeedsCompilation: no
Citation: mazealls citation info
Materials: README ChangeLog
CRAN checks: mazealls results

Documentation:

Reference manual: mazealls.pdf

Downloads:

Package source: mazealls_0.2.0.tar.gz
Windows binaries: r-devel: mazealls_0.2.0.zip, r-release: mazealls_0.2.0.zip, r-oldrel: mazealls_0.2.0.zip
macOS binaries: r-release (arm64): mazealls_0.2.0.tgz, r-oldrel (arm64): mazealls_0.2.0.tgz, r-release (x86_64): mazealls_0.2.0.tgz
Old sources: mazealls archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=mazealls to link to this page.