This is an enhanced version of Maze Generator. I just allowed to mask/unmask template by mouse-over/mouse-over + shift.
Here is the origin version oof the online maze generator. to use this version, please pull and run it locally.
You can try out the maze generator online here. If you want to run your own copy then:
-
Clone the repository, including the 'mazejs' submodule:
git clone --recurse-submodules git@github.com:codebox/mazes.git
-
Go into the 'mazes' directory:
cd mazes
-
Start a web server at this location:
python3 -m http.server