Rock-Paper-Scissors Game using Python and Tkinter
This is a graphical Rock-Paper-Scissors game built with Python and Tkinter. The user can choose between Rock, Paper, or Scissors, and the computer will randomly select its choice. The game follows standard rules:
Rock beats Scissors Scissors beats Paper Paper beats Rock A point is awarded to the winner of each round, and the first player (either the user or the computer) to reach 3 points wins the game. The game interface displays the player's choice, the computer's choice, the current score, and the winner.