Small video game inspired by those "books where you're the hero".
Made as part of a school project (jQuery courses).
See also worm-in-the-shell-api.
Requires Node.js >= 4.
Clone the repository on your machine or download the zip
$ git clone https://github.com/mlcdf/worm-in-the-shell.git && cd worm-in-the-shell
Install global dependencies
$ npm install --global gulp-cli bower
Install local dependencies
$ npm install && bower install
Launch the development server
$ gulp serve
Run the tests
$ gulp serve:test
Build the project
$ gulp