Skip to content

Conversation

KomalSikchi
Copy link

What I added

  • New Python script Python/rock_paper_scissors.py that implements a simple interactive
    Rock-Paper-Scissors game (user vs computer).
  • Input validation, short forms allowed (r/p/s), and a replay/quit option.

How to run

  1. Clone the repo
  2. python Python/rock_paper_scissors.py

Notes

  • Time complexity: O(n) per number of rounds (each round is constant work).
  • Space complexity: O(1).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant