makeMazeRecursiveBacktracker: Recursive Backtracker Algorithm

Description Usage Arguments Value Examples

Description

Builds a maze via recursive backtracker 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

which is the starting point of the algorithm

Value

returns a dataframe generated with the recursive backtracker algorithm

Examples

1
makeMazeRecursiveBacktracker(height = 10, width = 10, seed = 42, start = 1)

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