This is a simple implementation of the classic Rock Paper Scissors game in Python. The game allows the user to play against the computer.
- The user is prompted to choose between Rock, Paper, or Scissors.
- The computer makes a random choice.
- The rules are as follows:
- Rock wins against Scissors.
- Scissors win against Paper.
- Paper wins against Rock.
- The game announces the winner based on the choices.