RockPaperScissors_Python
A Rock, Paper, Scissors game implemented in Python. Play against the computer, track scores, and save your results to a file. This game runs entirely in the command line and does not have a graphical user interface.
How to Play
Run the game: client.py
Enter your choice:
R for Rock
P for Paper
S for Scissors
The game displays the winner and current scores.
Choose whether to play again (yes/no).
After exiting, the game summary is saved to scoreboard.txt.
Features
Interactive command-line interface.
Tracks user and computer scores.
Saves results to a text file.
Modular design for easy extension.
Requirements
Python 3.x