A simple Rock, Paper, Scissors game built with Python. π
This program lets the user play Rock, Paper, Scissors against the computer. The computer randomly chooses one of the three options, and the program compares both choices to determine the winner.
- β Rock
- π Paper
- βοΈ Scissors
- π² Random computer choice
- π Win, lose, or tie detection
This project was created to practice Python basics, including:
- π Variables
- β¨οΈ User Input
- π Conditional Statements (if, elif, else)
- π² Random Module
- π Lists
Created by MGPcodes π