Tkinter is widely used for developing GUI applications. Along with applications, we can also use Tkinter GUI to develop games.

Let's try to make a game using Tkinter. In this game player has to enter code of the word that appears on the screen and hence the score increase by one, the total tine to play this game is 30 seconds. Colors used in this game are Red, Blue, Green, Pink, Black, Yellow, Orange, White, Purple and Brown.

Below is the implementation of above game:


Output: