makeMazeSidewinder: Sidewinder Maze Algorithm

Description Usage Arguments Value Examples

Description

Builds a maze via Sidewinder algorithm.

Usage

1
makeMazeSidewinder(height = 10, width = 10, seed, bias = 0.5)

Arguments

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

Value

a dataframe generated with the binary algorithm

Examples

1
maze <- makeMazeSidewinder(width = 10, height = 10)

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