Description Usage Arguments Value Examples
Builds a maze via Sidewinder algorithm.
1 | makeMazeSidewinder(height = 10, width = 10, seed, bias = 0.5)
|
height |
how heigh should the maze be |
width |
how wide should the maze be |
seed |
a particular seed for reproducible results |
bias |
0.5 is unbiased, 1 and 0 are totally biased |
a dataframe generated with the binary algorithm
1 | maze <- makeMazeSidewinder(width = 10, height = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.