JavaScript engine for a "GuitarHero" like games. Uses D3js, backbone, and underscore. Less is used for compiling CSS.
We built a timeline platform for our MoneyDesktop goal platform. It looked similar to GuitarHero so I decided to make it a somewhat playable game engine.
Developed for MoneyDesktop initially by Dennis Wilkins (@inlineblock) and Josh Faul (@jocafa).
We utilize the browser, D3, Backbone, and Underscore. We are also utilizing Less so you don't need a server to process our stylesheets.
Wanna run it locally? Start up a HTTP server (required for less). A simple way on machines with python is to use SimpleHTTPServer.
$ python -m SimpleHTTPServer
The license is MIT and we will look over every pull request.