This Python script implements a simple Rock, Paper, Scissor game with a graphical user interface (GUI) using the Tkinter library. The game allows the user to play against the computer, with scores tracked for both parties.
- Welcome Animation: An animated welcome screen introduces the game.
- Score Tracking: Player and computer scores are displayed and updated after each round.
- Move Selection: Buttons allow the player to choose Rock, Paper, or Scissor.
- Random AI Moves: The computer makes random moves for each round.
- Result Display: The result of each round is displayed on the screen.
- Python 3.11
- Tkinter library
Enjoy playing the Rock, Paper, Scissor Game!