Simple 2-player Rock Paper Scissors game built with Python. Challenge your friend and see who's the real winner!
-
Clone the repo: `bash git clone https://github.com/Ashraf-Dev-stack/Rock-Paper-Scissors.git
-
Run the game: python rock_paper_scissors.py
-
Player 1 picks first: Type
rock,paper, orscissors -
Player 2 picks: Type your move
-
Winner is announced and score is updated
π― Features
- β 2 Player Mode - Play with your friend on the same device
- β Score Tracking - Automatically counts wins for both players
- β Input Validation - Rejects invalid moves, only accepts rock/paper/scissors
- β Clear Winner Logic - Rock beats Scissors, Scissors beats Paper, Paper beats Rock
- β Play Again Option - Keep playing multiple rounds without restarting
- β Draw Detection - Handles ties correctly
π οΈ Built With
- Python 3 - Core game logic, no external libraries needed
π¨βπ» Author Ashraf - https://github.com/Ashraf-Dev-stack
β If you enjoyed the game, give the repo a star!