An open API service indexing awesome lists of open source software.

https://github.com/alpha0010/inversetetris


https://github.com/alpha0010/inversetetris

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

InverseTetris
=============

To run, open [`index.html`](http://alpha0010.github.io/InverseTetris) in any HTML5 JavaScript enabled browser.

To recompile, install the [CoffeScript compiler](http://coffeescript.org/) 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.