8000 GitHub - jasperwkman/mazes: JavaScript Maze Generator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jasperwkman/mazes

 
 

Repository files navigation

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.

Running 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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.9%
  • HTML 2.1%
  • CSS 2.0%
0