Formerly known as INSAchtung, the world-famous arcade game inspired by Achtung, die Kurve !.
Install nodejs
and npm
using the package manager pacman
:
pacman -S nodejs
Install nodejs
and npm
using for instance MacPorts:
port install npm
… then use the Node.js package manager npm
to install the coffee-script compiler:
npm install -g coffee-script # leave off -g to execute as normal user
make # requires coffee
open static/index.html # using your favorite cutting-edge web browser