A simple implementation of the Rock, Paper, Scissors game in Python. The user plays against the computer in this classic hand game.
- Choose between Rock, Paper, or Scissors
- Random choice by the computer
- Display the result of each round
- Play multiple rounds until the user chooses to exit