This is a replica of the famous Mastermind Board Game. -This game requires two players: a code-maker and a code-breaker. - The code-maker starts the game by entering a secret code. The code-breaker should not know it, and it is his objective to guess it correctly within 10 turns. - The code-breaker has to make his move by selecting the colors at the bottom left. He can click the circle repeatedly to get the color combination he desires. - The code-breaker will receives hints pertaining to the move he just made. These hints will appear in the form of red and white circles in the right side of the screen. - A red hint means that one of the circles of the code-breaker is a correct color in the correct position. A white hint means that the color is correct, but its position is wrong.
This project is the result of a 7 part series by Just Finished Coding!