- Clone this repository.
- Run
npm install
from the root directory. - Run
gulp
. - Your default browser should open and the game should start playing.
Alternatively, you might run the game simply by opening the index.html
file in the dist
directory.
Simple "Shell Game" written in JavaScript using Pixi.js and TweenMax.
Uses gulp, browserify, browser-sync and watch to make development easier.
The generated files get put in the dist
directory and the script files get consolidated.