A graphical Stone Paper Scissors game built using Python and Tkinter.
The user plays against the computer, and the first to score 5 points wins the game.
- Interactive buttons for Stone, Paper, and Scissors
- Live score updates
- Popup message when the game ends
- Automatic game reset after completion
- User selects one option: Stone, Paper, or Scissors
- Computer randomly selects an option
- Scores are updated based on game rules
- First to reach 5 points wins
- Python
- Tkinter (GUI)
- Random module
- Make sure Python is installed
- Run the file using:
python stone_paper_scissors_gui.py