Description
Utilities for Making and Plotting Mazes.
Description
Functionality for generating and plotting random mazes. The mazes are based on matrices, so can only consist of vertical and horizontal lines along a regular grid. But there is no need to use every possible space, so they can take on many different shapes.
README.md
mazing
This package provides utilities for generating and plotting random mazes. The mazes are based on matrices, so can only consist of vertical and horizontal lines along a regular grid. But there is no need to use every possible space, so they can take on many different shapes.
Installation
# stable, release version from CRAN:
install.packages("mazing")
# devel version from GitHub:
# install.packages("devtools")
devtools::install_github("kstreet13/mazing")
Issues and bug reports
Please use https://github.com/kstreet13/mazing/issues to submit issues, bug reports, and comments.