From d00ee4a5f1090c63c4ed1bf1cbceefb778c6ec08 Mon Sep 17 00:00:00 2001 From: Yajus Gakhar <68367873+Yajus114@users.noreply.github.com> Date: Tue, 29 Aug 2023 01:39:03 +0530 Subject: [PATCH] Fixes #112 Added README.md file for Rock Paper Scissors Game --- Rock Paper Scissors Game/README.md | 37 ++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Rock Paper Scissors Game/README.md diff --git a/Rock Paper Scissors Game/README.md b/Rock Paper Scissors Game/README.md new file mode 100644 index 00000000..b3ac688f --- /dev/null +++ b/Rock Paper Scissors Game/README.md @@ -0,0 +1,37 @@ +# Rock Paper Scissors by marsian83 +This is a simple Python implementation of the classic Rock Paper Scissors game created by marsian83. + +## Getting Started +To play the game, follow these steps: + +1. Run the Python script. +2. Press Enter to begin the game. +3. Decide your move by entering "R" for Rock, "S" for Scissors, or "P" for Paper. +4. The CPU will randomly select its move. +5. The winner of the round will be announced. +6. The session score will be displayed. +7. Press Enter to continue to the next round. +## Exiting the Game +You can exit the game at any time by pressing Ctrl + . (Ctrl and period key). + +## Rules + +- Rock beats +- Scissors beat Paper. +- Paper beats Rock. + +## Custom Error Messages +If you encounter any custom error messages during the game, please report them to the developer ([marsian83](https://github.com/marsian83/marsian83)) for troubleshooting. +Rock beats Scissors. +Scissors beats Paper. +Paper beats Rock. +Custom Error Messages +If you encounter any custom error messages during the game, please report them to the developer ([marsian83](https://github.com/marsian83/marsian83)) for troubleshooting. + +Enjoy playing Rock Paper Scissors! Have fun! 🎮 + +## Authors +- [marsian83](https://github.com/marsian83/marsian83) +- [DonMiller9294](https://github.com/DonMiller9294) +- [Shahrayar123](https://github.com/Shahrayar123) +- [Yajus114](https://github.com/Yajus114)