Rock, Paper, Scissors Game
This project is a Python implementation of the classic "Rock, Paper, Scissors" game. The game takes a selection from the user and compare it to a randomly selected choice made by the computer. The game continues until either the user or the computer wins 3 rounds.
Features
*Takes a selection from the user and compares it to a randomly selected choice made by the computer
*The game continues until either the user or the computer wins 3 rounds
*The user and computer scores are displayed at the end of each round
*The game displays the winning side at the end
Usage
*Download the project and run it in a Python environment
*Press the "Y" key to start the game
*Enter your choice as "R" (Rock), "P" (Paper), or "S" (Scissors)
*The game compares your choice to a randomly selected choice made by the computer and displays the result