Mastermind is a game of wits where you have to crack the color code in ten turns. Guess four colors in any order to attempt to crack the code. You will have to strategize based upon the results your given for each attempt: black pegs mean you guessed the right color in the right position, white means you guessed the right color but in the wrong position. This project was made to demonstrate basic Ember functionality.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
- 'ember install ember-cli-sass'
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)