Tkinter GUI Application
We all know the game Rock Paper Scissors, right? It is one simplistic game that we all play with our hands. What if we automate that game and make an app? It is an exciting project that you can do.
It is a game with three choices: rock, paper, and scissors. Two players can play this game at a time. Each one has to choose from the three options available.
This game also contains feedback system which you can give the feedback about your experience with game
If one player chooses the rock, and the other chooses the scissor, rock wins.
If one player chooses the rock, and the other player chooses paper, paper wins.
If one player chooses the scissor, and the other player chooses paper, scissor wins.
If both the choices are the same, then no one will win. Both the user and the computer will not get a point.