oliveirarthur / snake

Snake game in JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snake

Snake game in JS

To install:

cd app
bower install
npm install

To test while developing, just do:

cd app
gulp

And to deploy to the folder game and push to gh-pages branch do the following:

git add .
git commit
cd app
gulp build --env prod
cd ..
git add game
git commit
git subtree push --prefix game origin gh-pages

About

Snake game in JS


Languages

Language:JavaScript 93.3%Language:CSS 4.6%Language:HTML 2.1%