Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 532 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 532 Bytes

Mastermind

Game rules

Guess the color of hidden circles. A deduction game where player has limited number of guesses, using logic to deduce what circles are hidden.

Your objective is to guess the secret code. You will have to guess the colors and put them in the same order as they are in the secret code. The computer will score your guess in the following way:

  • For each guess that is right in both color and position you get a black point
  • For each guess that is right in color but not in position you get a white point