Description Usage Arguments Value Examples
Builds a maze via recursive backtracker algorithm.
1 | makeMazeRecursiveBacktracker(height = 10, width = 10, seed, start = 1)
|
height |
how heigh should the maze be |
width |
how wide should the maze be |
seed |
a particular seed for reproducible results |
start |
which is the starting point of the algorithm |
returns a dataframe generated with the recursive backtracker algorithm
1 | makeMazeRecursiveBacktracker(height = 10, width = 10, seed = 42, start = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.