An AngularJS implementation of the puzzle game Picross, sometimes called nonograms.
gulp serve
gulp jasmine
(browser) or gulp jasmine-phantom
(headless)
gulp jasmine-phantom --spec "some test name"
will run a focused subset of tests
protractor protractor.conf.js
bin/deploy.sh
Deploying builds the project and pushes to the gh-pages
branch, after scrubbing all the commits so they're from "[email protected]". This is so nobody gets the magic github squares just for deploying.