Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions Rock Paper Scissors Game/README.md
Original file line number Diff line number Diff line change
@@ -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)