The objective of Color Guesser is to use logic and successfully guess a four-colored code. For every guess you make, the program will indicate how many colors are the correct colors in the right position, and how many colors are correct, but in the wrong position. An "O" signifies that 1 color is correct in both color and position, while an "X" signifies that 1 color is correct by wrongly positioned. When the program displays "OOOO" you have won the game! On the screen, you will notice a 4x4 grid of squares. These are your past 4 guesses and their respective "correctness". On the bottom, there are two rows of buttons. The top row is the current guess would be analyzed if the Guess button was pressed. The bottom row is the method of input. To change a color in the guess, first tap the position of the color you want to change(in the top row), then tap the color you want to change it to (bottom row). A reset button is provided if you get stuck or solve the code. You are finally done reading this very long paragraph! Enjoy Color Guesser!!