This is a simple Python-based Rock–Paper–Scissors Game where the user plays against the computer.
It uses random module, basic conditions, and user input handling.
- Play against the computer
- Random computer choices
- Input validation
- Score display
- Simple and beginner-friendly code
- Language: Python
- Libraries: random