Play Rock Paper Scissors: Difference between revisions
Jump to navigation
Jump to search
New page: == Rock, Paper, Scissors == Just like the playground, each player chooses rock, paper, or scissors. Unlike a true casino, this is a "fair game" in that odds are not weighted in favor of ... |
mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This game can be played at the [[Seedy Casinos]]. | |||
Just like the playground, each player chooses rock, paper, or scissors. Unlike a true casino, this is a "fair game" in that odds are not weighted in favor of the house. There are only a few possible winning outcomes, each with a 2:1 payoff, meaning that over time you will come out even. | Just like the playground, each player chooses rock, paper, or scissors. Unlike a true casino, this is a "fair game" in that odds are not weighted in favor of the house. There are only a few possible winning outcomes, each with a 2:1 payoff, meaning that over time you will come out even. | ||
Line 44: | Line 44: | ||
Occasionally the program will randomly give you a random message hinting at an opponents throw but, running it based on these hints showed no change in results. It is most likely a random occurrence that produces one of three phrases randomly. The opponent's throw most likely is completely separate code that isn't | Occasionally the program will randomly give you a random message hinting at an opponents throw but, running it based on these hints showed no change in results. It is most likely a random occurrence that produces one of three phrases randomly. The opponent's throw most likely is completely separate code that isn't affected by these phrases. | ||
[[Category: Mini-Games]] |
Latest revision as of 16:13, 11 March 2010
This game can be played at the Seedy Casinos.
Just like the playground, each player chooses rock, paper, or scissors. Unlike a true casino, this is a "fair game" in that odds are not weighted in favor of the house. There are only a few possible winning outcomes, each with a 2:1 payoff, meaning that over time you will come out even.
Bet | Bet | Result | Outcome |
---|---|---|---|
Rock | Paper | Paper covers rock | Paper wins |
Scissors | Rock | Rock breaks scissors | Rock wins |
Paper | Scissors | Scissors cuts paper | Scissors wins |
Rock | Rock | Tie | No winner |
Paper | Paper | Tie | No winner |
Scissors | Scissors | Tie | No winner |
Occasionally the program will randomly give you a random message hinting at an opponents throw but, running it based on these hints showed no change in results. It is most likely a random occurrence that produces one of three phrases randomly. The opponent's throw most likely is completely separate code that isn't affected by these phrases.