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/
- Host: GitHub
- URL: https://github.com/divineomega/js13k
- Owner: DivineOmega
- Created: 2015-08-13T13:06:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-26T15:24:56.000Z (almost 11 years ago)
- Last Synced: 2025-02-10T05:28:55.517Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 488 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.