A simple and fun Rock Paper Scissors game built with Python!
The player competes against the computer by choosing Rock, Paper, or Scissors. The game instantly shows the result and keeps it interactive and easy to play.
Perfect for beginners who want to learn how to combine user input, random choices, and conditional logic in Python.