Skip to content

stevejackson/mazery

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Maze generation visualizer using html5 Canvas, Coffeescript, jQuery, Compass

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published