This project was implemented for fun using Phaser.io and is strongly inspired by great iOS game by Marco Mazzoli. I used Box2D plugin as 2D physics engine. That means you need to buy licence before running it locally.
Install npm packages:
npm install
Install bower packages:
bower install
Build and run server:
gulp && gulp serve