-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
Description
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.pyREADME.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:
hacktoberfestgood first issuepython
Thanks!
Reactions are currently unavailable