forked from DhanushNehru/Python-Scripts
-
Notifications
You must be signed in to change notification settings - Fork 1
New features #1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Merged
Merged
New features #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Youtube Playlist Info Scraper
I add a feature so the player could choose whether they still want to play the game or not. If the player choose to end the game, the coding will show the final score between the player and the computer
I add a feature so the player could decide how many rounds for each game
Adding the Table of Content for Rock Paper Scissors -New
Fixing the link for the new File
bbob122
approved these changes
Jun 30, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new version of Rock Paper Scissors is running. The error handling is functioning as expected.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Title
New Version Of The Rock Paper Scissor - SheldonCooper
Summary
Sheldon Cooper from the TV show "The Big Bang Theory" introduced an extended version of the classic game Rock-Paper-Scissors, called Rock-Paper-Scissors-Lizard-Spock. This variation was designed to reduce the number of ties that occur in the original game. The rules are as follows:
Rock crushes Scissors and crushes Lizard
Paper covers Rock and disproves Spock
Scissors cuts Paper and decapitates Lizard
Lizard eats Paper and poisons Spock
Spock smashes Scissors and vaporizes Rock
This version of the game was created by Sam Kass and Karen Bryla to provide more outcomes and make the game more interesting.
Description
The changes are as follows:
Traditional Rock-Paper-Scissors:
Rock crushes Scissors.
Scissors cuts Paper.
Paper covers Rock.
Rock-Paper-Scissors-Lizard-Spock:
Rock crushes Scissors and crushes Lizard.
Scissors cuts Paper and decapitates Lizard.
Paper covers Rock and disproves Spock.
Lizard eats Paper and poisons Spock.
Spock smashes Scissors and vaporizes Rock.
Key Differences:
Number of Choices:
Traditional: 3 (Rock, Paper, Scissors).
Extended: 5 (Rock, Paper, Scissors, Lizard, Spock).
Interactions:
Traditional: Each choice interacts with the other two, leading to a total of 3 unique outcomes.
Extended: Each choice interacts with the other four, leading to a total of 10 unique outcomes.
Reduction of Ties:
The increased number of choices and interactions reduces the chances of both players choosing the same gesture, thereby decreasing the likelihood of a tie.
Increased Complexity:
Players need to remember more interactions and relationships between the gestures, adding an element of strategy and memory to the game.
Checks
in the repository
in the PR
Thank You,
Saman Mahdian