ivodopiviz / ShellGame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShellGame

Installing

  1. Clone this repository.
  2. Run npm install from the root directory.
  3. Run gulp.
  4. 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.

About

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.

About

License:MIT License


Languages

Language:JavaScript 97.8%Language:HTML 2.2%