This is a simple command-line Rock, Paper, Scissors game implemented in C++.
This program allows the user to play a game of Rock, Paper, Scissors against the computer. The user is prompted to enter their choice, and the computer randomly selects its choice. The program then determines the winner and displays the result.
- User can choose between Rock, Paper, or Scissors.
- Computer randomly selects Rock, Paper, or Scissors.
- The game determines and displays the winner.
- C++ compiler (e.g.,
g++
)