Description Usage Arguments Value Examples
Builds a maze via Wilson algorithm.
1 | makeMazeWilson(height = 10, width = 10, seed, start)
|
height |
how high should the maze be |
width |
how wide should the maze be |
seed |
a particular seed for reproducible results |
start |
starting point or the algorithm |
a dataframe generated with the Wilson algorithm
1 | maze <- makeMazeWilson(width = 10, height = 10, start = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.