Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.55 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.55 KB

Mastermind-ember-js

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.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install
  • 'ember install ember-cli-sass'

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Further Reading / Useful Links