Rock Paper Scissors is a beginner-friendly Python command-line game where the user plays the classic game against the computer. The computer randomly selects a move, and the program determines the winner based on the game rules.
This project is a simple interactive terminal game built using Python. It demonstrates:
- User input handling
- Conditional statements (
if-elif-else) - Random move generation
- Basic game logic implementation
- Play against the computer
- Random computer moves
- Win/Lose/Tie detection
- Simple and interactive command-line gameplay
Prerequisites ::
- Install Python
Steps ::
- Clone the repository
- Move into the project folder
- Run the game: python rock_paper_scissors.py
- Enter your move: Rock Paper Scissor
- Python
- Python
randommodule - Command Line Interface (CLI)
Rules ::
- Rock beats Scissor
- Scissor beats Paper
- Paper beats Rock Same choices :: Tie.
This project is licensed under the MIT License — free to use, modify, and distribute.
You can add:
- Score tracking
- Multiple rounds
- GUI
- Multiplayer mode
- Best of 3 / Best of 5 mode
If you want, I can also help make this look like a professional GitHub README with badges and emojis.