Colour-Guessing-Algorithm
Colour-Guessing-Algorithm copied to clipboard
Use recursive function to guessing part.
Because, if the guessed colour is already selected, we should going to the next colour. But, if it is selected too, we can use next guessed item and so on. Therefore, we must use recursive function to reduced that error