Home

Awesome

About

Mazery is a maze generation visualizer project written in CoffeeScript.

Why? Because maze generation is fun to watch!

Setup

If you want to fork it and fool around, it's easy. The site runs on middleman, a simple static site generator.

It runs on ruby 1.9.3.

gem install bundler
bundle install

Now you're all set up. When you want to run the server, which autocompiles the coffeescript/sass etc files into /build as they're edited, run:

middleman

That's it! Your server is now running and can be accessed at:

localhost:4567

Your generated site is now in /build.