https://github.com/alpha0010/inversetetris
https://github.com/alpha0010/inversetetris
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/alpha0010/inversetetris
- Owner: alpha0010
- Created: 2014-03-23T02:32:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-13T20:51:35.000Z (about 12 years ago)
- Last Synced: 2025-01-30T22:01:19.351Z (over 1 year ago)
- Language: CoffeeScript
- Homepage: http://alpha0010.github.io/InverseTetris
- Size: 270 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.