An open API service indexing awesome lists of open source software.

https://github.com/divineomega/js13k

Drawbacks - Our 2015 entry into http://js13kgames.com/
https://github.com/divineomega/js13k

Last synced: about 1 year ago
JSON representation

Drawbacks - Our 2015 entry into http://js13kgames.com/

Awesome Lists containing this project

README

          

# Drawbacks
Entry into 2015 [js13kgames](http://js13kgames.com/) game jam.

## Install & Run

### Requirements
* OSX or Linux
* Nodejs & NPM
* Modern HTML5-supported Browser
* Keyboard

Run the following command from the js13k directory:
`npm install --save-dev gulp gulp-zip gulp-watch gulp-jshint gulp-concat gulp-uglify gulp-image-optimization gulp-minify-html gulp-rename run-sequence`

Compile the game via either:

`gulp build-html && build-dev`

or

`gulp watch` ...And hit save on a JS file.