-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.44 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: mazealls
Maintainer: Steven E. Pav <[email protected]>
Authors@R: c(person(c("Steven", "E."), "Pav",
role=c("aut","cre"),
email="[email protected]",
comment = c(ORCID = "0000-0002-4197-6195")))
Version: 0.2.0.0001
Date: 2017-12-17
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_hexagon_maze.r'
'sierpinski_maze.r'
'sierpinski_trapezoid_maze.r'
'utils.r'
RoxygenNote: 6.0.1