The computer randomly picks a sequence of colors, such as the sequence below:
The objective of the game is to guess the exact positions of the colors in the computer's sequence. To choose a color, click or touch one of the eight colors at the top of the screen. Then click or touch the first empty row where you would like to place the color. After you choose a color for all four empty slots, click on the 'Guess' button. The computer responses with feedback from your guess.
Feedback is given as follows: For each color in your guess that is in the correct color and correct position in the code sequence, the computer display a small red peg on the right side of the current guess. For example one red peg means you have one correct color in the correct spot, but you don't know *which* color.
For each color in your guess that is in the correct color but the wrong spot, the computer display a small white peg on the right side of the current guess. For example two white pegs mean you have two correct colors, but they are in the wrong spot.
Any color can be used any number of times in the code sequence.
You win the game when you guess all the colors in the code sequence all in the correct position. You will lose the game if you can't guess after ten attempts.
Good luck. Guess well.