Skip to content

Utilities for making and plotting mazes

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

kstreet13/mazing

Repository files navigation

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.

About

Utilities for making and plotting mazes

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages