bulls-and-cows

A node.js implementation of the game Bulls and Cows With a leaderboard

Forked off the excellent: https://github.com/vladimirmarinov/bulls-and-cows.git

INSTALLATION

Download and install node.js and npm and mongodb

RUNNING

Go to directory where you will be cloning this repo and run:

git clone https://github.com/gouthamve/bulls-and-cows.git
cd bulls-and-cows
npm install
mongod &
npm start

Then open a web browser and go to localhost:3001 and you are ready to play bulls and cows