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