genMaze {mazeGen}R Documentation

genMaze

Description

This function generates the list of edges.

Usage

genMaze(rank = 5)

Arguments

rank

This is the Rank of the maze.

Details

The Genmaze function generates the list of edges. The edges will be used to construct the maze.

Author(s)

Aiden Loe

Examples

genMaze(rank=5)

[Package mazeGen version 0.1.3 Index]