Guess100 is now available through NPM
September 15, 2014A few weeks back I wrote a simple guessing game called Guess100 for NodeJS. Inspired by my newly published Ruby gem Padrino Sextant I thought I would package Guess100 as NPM package. Following the developer documentation on the NPM website and a few gist tutorials it was fairly easy to package and publish Guess100 as NPM package.
What are you waiting for! Run the NPM installer now! :)
npm install guess100
npm start guess100
Happy gaming!