InverseTetris

To run, open index.html in any HTML5 JavaScript enabled browser.

To recompile, install the CoffeScript compiler through either the recommended:

sudo npm install -g coffee-script

or

sudo apt-get install coffeescript

The command:

coffee --output javascripts/ --watch --compile coffeescripts/

will compile any new changes to the *.coffee files.