A simple command-line "Rock, Paper, Scissors" game built in Python. Challenge the computer in this classic game and see if you can beat it!
This project is a basic implementation of the "Rock, Paper, Scissors" game in Python. The user plays against the computer, which makes random choices, and the winner is determined based on the game's classic rules. It’s a fun, quick game for practicing Python basics.