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:
To run and develop Colorcrumble localy follow these simple steps:
- Ensure you have an up to date version of node and npm installed.
- Globally install Gulp:
npm install --global gulp
- Install the Go google appengine SDK. Instructions can be found here: Go Appengine SDK
- Run:
npm install
- Run:
gulp develop
- Run:
goapp serve -host=0.0.0.0
- Colorcrumble will be serving at localhost:8080