makeMazeAldousBroder: AldousBroder Maze Algorithm

Description Usage Arguments Value Examples

Description

Builds a maze via AldousBroder algorithm.

Usage

1

Arguments

height

how heigh should the maze be

width

how wide should the maze be

seed

a particular seed for reproducible results

start

starting point of the algorithm

Value

a dataframe generated with the AldousBroder algorithm

Examples

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

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