This is a simple Rock-Paper-Scissors game implemented in Python using the SimpleGUI library. The game allows a human player to play against the computer, with choices being made via button clicks. The game keeps track of scores and displays the result after each round.
- Play Rock, Paper, or Scissors against the computer.
- Track and display scores for both the human player and the computer.
- Display the result of each round and the overall winner.
- Python 3.x
simpleguitk
library for graphical interface
pip install simpleguitk
-
Clone or Download the Repository: If you have a repository or a downloaded script, navigate to the directory containing the script.
-
Run the Script: Execute the script using Python. For example:
python rock_paper_scissors.py