Funny game with M&Ms character. They try to get all of the items at single round.
Demo: http://dumplings.2015.nodeknockout.com
# getting the code
git clone [email protected]:nko5/dumplings.git && cd ./dumplings/
# developing
npm install
npm run build
npm start
# setup your modulus account
npm install -g modulus
modulus login
# deploying to Modulus (to http://dumplings.2015.nodeknockout.com/)
modulus deploy
# view the most recent logs from modulus
modulus project logs
Read more about this setup on our blog.
Use our "Vote KO" widget to let from your app directly. Here's the code for including it in your site:
<iframe src="http://nodeknockout.com/iframe/dumplings" frameborder=0 scrolling=no allowtransparency=true width=115 height=25>
</iframe>
If you have any issues, we're on IRC in #nodeknockout on freenode, email us at [email protected], or tweet @nodeknockout.