drodzewicz / Mastermind

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.

Home Page:https://drodzewicz.github.io/Mastermind/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

https://drodzewicz.github.io/Mastermind/


Languages

Language:JavaScript 65.9%Language:CSS 24.8%Language:HTML 9.3%