M 4 S T 3 R M 1 N D

Welcome to Mastermind! This is a code-breaking game, with the objective of guessing the code before you run of attempts. The rules are the following:

You will guess a sequence of four colors, after which the guess and its accuracy will pop up on the board once you hit the submit button. The accuracy logic is as follows:

  • Black: Depending on the amount of black, one or more of the colors is correct and in the correct position
  • White: Depending on the amount of white, one or more of the colors is correct, but not in the correct position
  • Nothing: Depending on the amount of unupdated pins, one or more of the colors is not in the sequence
  • The accuracy pin placement is not respective to the order of the colors in the guess. For example, if you have two black pins, it is not saying the first two spots are in the sequence at those locations, but that any two of the colors are placed where they need to be.

One other important note: colors are allowed to be used multiple times in the code sequence. You will have to use your deductive reasoning skills using the accuracy hints to determine the code, which will be randomly generated. You will have 6 attempts to guess the code. Good luck!