node.JS, bower, gulp
git@github.com:GuruVII/Mastermind-guessing-game-JS.git
npm install
bower install
gulp watch
Note: running gulp watch should automatically open your browser and open th app, if it does not you can either connect manually connect to http://127.0.0.1:48081/dist/index.html or you can manually navigate to projectFolder/dist and run index.html.
The goal is to guess the computer generated combination. You have 10 attempts. The app will you tell you how many colours you placed in the right position and how many you've only guessed the colour of. You have to click on the color squres to change their color.