Mastermind logic game clone in Python and Tkinter
Gues any color set from bottom color squares list.
You can undo wrong color by double clicking on it (before you set a group of 4).
Everytime you setup group of 4 colors you'll get a hint. Black means you guessed the color and it's at propper place. White means you guessed the color but it's not at right place. Darker gray - color don't exists. Color positions in hint is not representation of colors in guess group, black are always drawn firsrt.
Have fun!