Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 538 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 538 Bytes

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.