This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Elenco di guide che ho scritto e pubblicato sul web in questi anni. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Using Mac you will need importing cooffe-script library: | |
sudo npm install -g coffee-script | |
# now you can convert cooffee-scripts ("compressed" version of a normal javascript file) into more familiar JS, i.e | |
coffee -c --output gamejs/ game/ | |
#which converts all file into game/ in a new directory called gamejs/. |
NewerOlder