C++ program for a simple Rock, Paper, Scissors game where the user plays against the computer.
- Allows the user to input their choice of 'rock', 'paper', or 'scissors'.
- Generates a random choice for the computer.
- Determines the winner based on the user's and computer's choices.
- Displays the result of the game.
- Run the program.
- Follow the on-screen prompts to select your choice ('r' for rock, 'p' for paper, 's' for scissors).
- The computer's choice will be displayed, and the winner will be determined and shown.