A simple Python implementation of the classic Rock Paper Scissors game where players compete against the computer.
- Play against the computer
- Random computer choices
- Win, lose, or draw detection
- Beginner-friendly Python project
- Console-based gameplay
- Python
- Install Python on your computer.
- Download or clone this repository.
- Open a terminal in the project folder.
- Run:
python rock_paper_scissors.py- Rock beats Scissors
- Scissors beats Paper
- Paper beats Rock
This project helps beginners understand:
- Conditional statements
- User input handling
- Random number generation
- Basic game logic
- Python fundamentals
Rehan Abbas Mirza