Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 495 Bytes

File metadata and controls

19 lines (15 loc) · 495 Bytes

Rock Paper Scissors (Advanced)

This is an advanced Rock Paper Scissors game written in Python.

Features

  • Basic mode: Rock, Paper, Scissors
  • Advanced mode: Rock, Paper, Scissors, Lizard, Spock
  • Score tracking
  • Multiple rounds
  • Clean text-based gameplay

How to Play

  1. Run the Python file rps.py
  2. Choose basic or advanced mode
  3. Type your move when prompted
  4. Play as many rounds as you like

Why this exists

This project was made to learn Python and GitHub step by step.