Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.15 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.15 KB

mazing

R-CMD-check test-coverage codecov

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.