Installation

You can install maze from github with:

Usage

library(maze)
set.seed(123)
g <- make_maze(5, 5)
plot_maze(g, tile.show = TRUE, path.show = TRUE)

Try it!

Maze is mainly a toy project for me to learn stuff, and a work in progress. You can try a live version here.