Skip to content

Add Rock–Paper–Scissors game in Python (Hacktoberfest) #50

@Haryaksh1

Description

@Haryaksh1

Hi @devmalik7 👋

I'd like to add a beginner-friendly Rock–Paper–Scissors game under the Python section for Hacktoberfest.

Game summary

  • Player vs Computer
  • Computer choice randomized
  • Validates input; best-of-N optional
  • Displays round result + final winner

Deliverables

  • Folder: /python/rock_paper_scissors/
    • rock_paper_scissors.py
    • README.md (what the game does, how to run, example I/O)
  • Update INDEX.md: add entry under Python

Example run (snippet)

Your move (rock/paper/scissors): rock
Computer chose: scissors
You win this round!
Play again? (y/n): y

Why this fits

  • Not in current list (existing: coin toss, stopwatch, memory card, snake, quiz, treasure hunt, number guessing, sudoku, tic tac toe)
  • Small, self-contained, beginner-friendly

Request

Please assign this issue to me and, if possible, apply labels:

  • hacktoberfest
  • good first issue
  • python

Thanks!

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions