makeMazeHuntandkill: Hunt and Kill Maze Algorithm

Description Usage Arguments Value Examples

Description

Builds a maze via Hunt and Kill algorithm.

Usage

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

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 of the algorithm

Value

a dataframe generated with the Hunt and Kill algorithm

Examples

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

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