makeMazeWilson: Wilson Maze Algorithm

Description Usage Arguments Value Examples

Description

Builds a maze via Wilson algorithm.

Usage

1
makeMazeWilson(height = 10, width = 10, seed, start)

Arguments

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

Value

a dataframe generated with the Wilson algorithm

Examples

1
maze <- makeMazeWilson(width = 10, height = 10, start = 1)

Ziegelsteintom/rmazing documentation built on May 10, 2019, 1:58 a.m.