Skip to content

stevejackson/mazery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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