Snoobert
Snoobert
  • Threads: 3
  • Posts: 7
Joined: Jun 24, 2012
July 25th, 2012 at 1:32:45 PM permalink
Hi,

So my friend and I are developing a game that uses RPS mechanics at its core. I'm not a fan of draws, and so we were deciding what should happen in the event of a draw. A team member suggested on a draw, the game will ask you to pick your next 3 moves (any combo of R,P,S) and compare it with your opponents next 3 moves. The person with more wins, will break the draw and win.

So after all that, we need some math formula to prove this is probably not the best method to breaking ties .
I created a matrix table to log out the possible outcomes. I came to 27 possible outcomes, with 7 of those tying for 26% chance of ending up back where you started.



So my questions are:
is this correct?
And if it is, is there a formula we can use so that we do not have to use a table like this?
Can anyone think of a better way to break ties that doesn't result in more ties?
MangoJ
MangoJ
  • Threads: 10
  • Posts: 905
Joined: Mar 12, 2011
July 25th, 2012 at 2:16:41 PM permalink
If you want to know whats "best" you have to give a definition of the precise "costs" which should be optimized.
If choosing each move has a constant cost, then simply repeat the RPS one by one, untill it doesn't come out as a draw.

Or use a different system that simply doesn't draw.
For example two player each choose "A" or "B". First player wins if both choices are the same. Second player wins of they are different.

You can also combine both systems, i.e. choose from 6 elements "red rock", "red paper", "red scissor" (and corresponding blue ones).
Apply the standard RPS rules independent of color first. If this is a draw, first player wins when both elements have the same color.
tupp
tupp
  • Threads: 3
  • Posts: 519
Joined: Feb 9, 2012
July 25th, 2012 at 2:22:54 PM permalink
The formula is simple, when going against this "player."
Wizard
Administrator
Wizard
  • Threads: 1493
  • Posts: 26489
Joined: Oct 14, 2009
July 25th, 2012 at 2:28:47 PM permalink
Quote: Snoobert

Can anyone think of a better way to break ties that doesn't result in more ties?



You could play rock-paper-scissors-lizard-spock. There will be a tie only 1 in 5 games, on average. I think the concept would work for any odd number of symbols. However, one must also consider the simplicity of the game.

If we're restricted to three symbols you could simply do a skins game. For those unfamiliar with the term, for every consecutive tie the stakes of the following game go up by one unit. You could think of it as the first resolved game also resolving all preceding ties since that last resolved game.
"For with much wisdom comes much sorrow." -- Ecclesiastes 1:18 (NIV)
s2dbaker
s2dbaker
  • Threads: 51
  • Posts: 3259
Joined: Jun 10, 2010
July 25th, 2012 at 2:30:35 PM permalink
You'll get fewer draws if you do Rock, Paper, Scissors, Spock, Lizard.

Edit: Curses!! Foiled by the wizard again!
Someday, joor goin' to see the name of Googie Gomez in lights and joor goin' to say to joorself, "Was that her?" and then joor goin' to answer to joorself, "That was her!" But you know somethin' mister? I was always her yuss nobody knows it! - Googie Gomez
Ayecarumba
Ayecarumba
  • Threads: 236
  • Posts: 6763
Joined: Nov 17, 2009
July 25th, 2012 at 3:25:05 PM permalink
Quote: Snoobert

Can anyone think of a better way to break ties that doesn't result in more ties?



First to enter their original selection wins ties. Timing in ten-thousandths of a second should do it. On the once in a lifetime occassion that there is still a tie, the last digit of the time will determine the winner, 0;2;4;6;8; = player 2, 1;3;5;7;9 = player 1. This should encourage players not to stall in hopes of an opponent "flash".
Simplicity is the ultimate sophistication - Leonardo da Vinci
Snoobert
Snoobert
  • Threads: 3
  • Posts: 7
Joined: Jun 24, 2012
July 25th, 2012 at 4:50:35 PM permalink
Thanks for the suggestions. Does anyone know how to calculate tie probability if we were to increase the number of games? Is there a special formula? In the OP we listed it at 3 games, but what if we made 5 or 6 etc

Thanks so much for your replies.
dwheatley
dwheatley
  • Threads: 25
  • Posts: 1246
Joined: Nov 16, 2009
July 26th, 2012 at 1:06:37 PM permalink
Cool Math Post Alert:

This is an amusingly tricky question to answer. After some messing around in Excel, it turns out the probability of tying after n games of RPS can be found from the trinomial expansion, whose coefficients are illustrated on Pascal's Pyramid.

EDIT: I lost part of my post. Darn. It was awesome. Summary:

The sum of the columns in level n gives the number of ways to tie after n games.

You can find this in excel by adding up the previous 3 nearby numbers. I get 8953 for n=10, out of 59049 outcomes, probability 16.5%

Or, if you are into these really cool math artifacts, by doing 111^n, or 10101^n, or 1001001^n, etc.

10101^5 = 105153045514530150501

See how the numbers repeat on either side? Those are the sums of the columns, the number of ways of having any number of points after 5 games. The wiki page shows how to divide it into:

1 5 15 30 45 51 45 30 15 5 1

There are 51 ways to tie after 5 games.

Cool.
Wisdom is the quality that keeps you out of situations where you would otherwise need it
Snoobert
Snoobert
  • Threads: 3
  • Posts: 7
Joined: Jun 24, 2012
July 26th, 2012 at 1:51:56 PM permalink
Really really cool! Thanks dwheatly for this amazing trick. You are a certified genius and a big time stud.
ThatDonGuy
ThatDonGuy
  • Threads: 117
  • Posts: 6268
Joined: Jun 22, 2011
July 26th, 2012 at 2:46:34 PM permalink
Quote: Snoobert

Can anyone think of a better way to break ties that doesn't result in more ties?


How about the "classic" Odd & Even? One player is odd, and the other is even; both "throw" 1 or 2 fingers ("pencil or scissors").

(I say "classic" because it appears in a late-1930s Popeye cartoon.)
Ayecarumba
Ayecarumba
  • Threads: 236
  • Posts: 6763
Joined: Nov 17, 2009
July 26th, 2012 at 3:21:08 PM permalink
Quote: ThatDonGuy

How about the "classic" Odd & Even? One player is odd, and the other is even; both "throw" 1 or 2 fingers ("pencil or scissors").

(I say "classic" because it appears in a late-1930s Popeye cartoon.)



Both players will choose the same way 50% of the time, resulting in another tie regardless of the actual Odd or Even result.
Simplicity is the ultimate sophistication - Leonardo da Vinci
MangoJ
MangoJ
  • Threads: 10
  • Posts: 905
Joined: Mar 12, 2011
July 26th, 2012 at 3:26:25 PM permalink
Well, you add up all fingers shown. If the sum is 3, the "Odd" player wins. If the sum is 2 or 4, the "Even" player wins. There are no ties.
AxelWolf
AxelWolf
  • Threads: 164
  • Posts: 22278
Joined: Oct 10, 2012
May 1st, 2015 at 7:19:21 AM permalink
Happy underage girl avoids ticket with a Rock Paper Scissors win https://www.youtube.com/watch?v=z3h58z6T16s
♪♪Now you swear and kick and beg us That you're not a gamblin' man Then you find you're back in Vegas With a handle in your hand♪♪ Your black cards can make you money So you hide them when you're able In the land of casinos and money You must put them on the table♪♪ You go back Jack do it again roulette wheels turinin' 'round and 'round♪♪ You go back Jack do it again♪♪
  • Jump to: