/colorcrumble

Source code for colorcrumble.com

Primary LanguageJavaScript

Colorcrumble

Source for Colorcrumble. A game of tactics and amazement. Match 3 or more colors in a row for your chance to win!

See beta version here: colorcrumble.com

There are currently three different levels implemented which can be seen by going to the following URLS:

Setup

To run and develop Colorcrumble localy follow these simple steps:

  1. Ensure you have an up to date version of node and npm installed.
  2. Globally install Gulp: npm install --global gulp
  3. Install the Go google appengine SDK. Instructions can be found here: Go Appengine SDK
  4. Run: npm install
  5. Run: gulp develop
  6. Run: goapp serve -host=0.0.0.0
  7. Colorcrumble will be serving at localhost:8080