tr3
  • Overview
  • Repository
  • Tickets
  • Downloads
  • Credits
  • Statistics
  • Projects

Javascript brick falling game to learn foreign writing systems.

It's currently in an early stage of development, but you can try it here.

To compile:

$ aptitude install npm
$ npm install -g grunt-cli --prefix=$PWD
$ npm install grunt --save-dev --prefix=$PWD
$ npm install grunt-contrib-jshint --save-dev --prefix=$PWD
$ npm install grunt-contrib-uglify --save-dev --prefix=$PWD
$ nodejs ./bin/grunt

Generated with KisssPM