Swimming with Card Sharks

Continuing their summer of “Everything Old is New Again”, ABC rolled out a new version of Card Sharks, the Goodson-Todman show that ran from 1976-1981, with a popular revival from 1986-1989.  (We are all in agreement that the 2001 version was a collective hallucination, right?)  While the show is slightly uneven, it captures enough to the charm of the original show to still be a good watch.

One of the major changes that they’ve made to the format is to the front game.  Instead of playing a best-of-three game of Acey Deucy, where the contestants must successfully call Higher or Lower on a row of 5 cards, it’s now a single round with a row of 10 cards.  I’ve previously discussed strategies about how to approach the Money Cards, but I think now’s a good time to take a closer look at the front game and see if we can figure out some strategies.

Before getting started, I had to make two assumptions about the front game in order to massively simplify things:

  • Both players have a 50% chance of correctly answering a survey question correctly.  I have a hunch that the player going second on a question (the one saying higher or lower) wins more than their fair share, but that’s not something that I looked at in too much detail.
  • Previously revealed cards cannot be considered when making your higher/lower decisions.  In the real game, you should keep count of how many high or low cards you’ve revealed, so that when you face an 8 (or in extreme cases, a 7 or 9), you know whether to go higher or lower based on what cards remain unseen.  However, trying to keep track of that would create too many game state possibilities, so we have to assume that the only card you’ve seen is the card you’re currently facing, and the next card could be any one of the other 51 in the deck.

With those limitations in mind, there are eight factors that determine the current state of a game:

  • Your value of your current face-up card
  • The number of cards that remain face down on your row
  • The value of your base card
  • The position of your base card
  • Your opponent’s base card, if it’s been revealed
  • The position of your opponent’s base card
  • Whether or not you won the survey question
  • The number of survey questions remaining in the round

Taking every possible combination of these eight variables that could happen in an actual game, I wound up with over 1.5 million different game states.  I (and by “I”, I mean a computer) then assembled them together into a Markov chain, which means that at any point in the game, if you have these eight pieces of data, you can determine the chances of victory regardless of how the game had proceeded in the past.

I’ve taken this giant Markov chain, and built a calculator out of it.  If you feed it the current game state, it will tell you not only your chances of victory, but also the best move to take at that time, whether it’s to play on, freeze, change your base card (if allowed), or pass during sudden death.

Let’s go step by step through an actual game, see whether the contestants chose the correct strategy, and if we can draw some broader strategic thoughts from the results. We’re going to look at the first game of the June 19th episode, with players Kiko Gonzalez and Ann Hirsch.  Kiko played the red cards, while Ann played the blue.

Ann wins the first question, and reveals a Jack as her base card. She keeps it, and right off the bat, the first strategic decision of the match is a questionable one.

The one strategy that I see people get wrong all the time and doesn’t require anything fancier that simple counting is what base cards should be changed.  When you win a question, you can change your base card.  It’s a completely free option – there’s no downside to doing this other than the chance that you could worsen your position.  So, let’s evaluate each base card, and count the number of possibilities in each case that your position improves or worsens.

According to the raw numbers, the only cards you should keep as your base card are 2 through 4 and Queen through Ace.  Now, if you opt to keep a 5 or Jack, I’m not going to complain too much. You’re trading a couple of percentage points in improvement in your base card for a large amount of variance, so if you choose not to switch in this case, I can understand.  But the number of people I am seen who are willing to keep a 6 or 10 as their base card is staggering, and can’t be defended.

Anyway, Ann correctly calls her cards up to a 6 in slot #5 and freezes with 5 more places to go, all of which the calculator agrees with.  She’s got a 65.7% chance to win right now.

Kiko wins the second question, unveils a 10 as his base card, and doesn’t change (sigh). He calls lower on the next card, and is correct, revealing a 4. 

And here’s where the data completely shocks me.

I literally had to double check this result, but, by a very slim margin of a couple tenths of a percent, freezing is the right play.  And it leads me into one of the bigger general strategic takeaways: play conservatively when you win the survey question, and play aggressively when you lose.

If you win a survey question, but proceed to miscall a card, you’re hurt in two different ways. Firstly, obviously, you’ve failed to make any progress on your board. But secondly, and even worse, you’ve given your opponent a free chance to play their cards. As a result, you need to play much more conservatively than in the case where you are the one receiving the free shot after your opponent messes up.

To illustrate this better, let’s assume that you win the first question of the match.  Based on the cards you get as you progress, when should you freeze?

“MAYBE” is based upon your base card. The better your base card, the more willing you should be to play on.

For comparison’s sake, let’s say you lose the first question instead, but your opponent miscalls a card on their turn.  What should your strategy be now?

“MAYBE” in this situation is based on both your base card and your opponent’s base card.

Not being at risk of giving your opponent a free crack at the cards allows you to play more aggressively.

Anyway, Kiko continues, and correctly calls the 9 as the third card.  He and the system agree that he should freeze here.  Things have improved for him, but he’s still a 40.7% underdog.

Ann wins control of the third question, changes the 6 (yay!) to a King, and goes on a tear, eventually ending up facing a 5 in the ninth card. 

One more correct call and she’s home free. The odds say to freeze at this point, giving her an 87.8% chance of winning the game in the next two questions. 

She opts to play on, hoping to convert on the 70.9% chance of calling a five correctly.  Unfortunately, she is punished for it, revealing a four as the next card and sending her back to her King.  Kiko doubles up with another 9 on the first call of his free shot, so nothing has changed except that we have one fewer question left in the game.  Ann is still a favorite, at a 61.3% to win.

Ann also wins the fourth question but doesn’t get too far into her row before missing.  Kiko gets another free run, and takes advantage, getting four calls right before facing a Jack as the seventh card in the row.

He opts to freeze, even though….

This may have been a better move earlier in the round, but we are going into sudden death on the next question.  If we freeze now and win the final question, we’re going to want to pass control of the cards to our opponent, who will only complete her row 23.7% of the time.  Yes, freezing here improves matters if we lose the next question.  We’re still a 37% underdog to win from this position, compared to a 7.9% chance if we were to fall back to the nine on our third card.  However, it’s better to combine that 37% chance now to try and finish the game, and fall back on getting the last question right if we can’t finish.

The game ends with Ann winning the last question and passing control of the cards back to Kiko, who can’t complete the row, giving Ann the victory.

As you can see just from this game, finding the right strategy can be difficult and non-intuitive. Both players made strategic missteps that seemed far from obvious to me before beginning this evaluation.

To get a better feel for it, I invite you to play around with the calculator.  Click on each card to choose their values and click the outer border to change each player’s base card.  You can also choose the active player, whether the active player won the question, and how many questions are left in the round.  With every legal game state, you’ll see what the system thinks is the best move, as well as what the active player’s chances are of getting to the Money Cards.

Press Your Luck and Pot Roast: Exploiting the Big Board

33 years on from its original cancellation, and 16 years after GSN revived it, Press Your Luck is back on our screens, introducing a new generation to the dreaded Whammy.  Watching the premiere episode, I had two reactions.  Firstly, of course, I was transported back to my childhood, watching the reruns of the original show during USA Network’s afternoon game show block.  I certainly think PYL had a lot to do with fostering both my love for game shows and statistical analysis, so watching a very faithful rendition of it come to life in 2019 hit me with a great big wave of nostalgia, as I’m sure was the intention when they greenlit it.

The second reaction I had was the memory of an old story. I’ve heard this story told in a bunch of different ways, but Google tells me it’s usually called the Story about the Pot Roast:

One day after school a young girl noticed that her mom was cutting off the ends of a pot roast before putting it in the oven to cook for dinner. She had seen her mom do this many times before. When asked why her mom answered “I don’t know. it’s what my mom always did. Why don’t you ask your Grandma? ” Her grandmother, in turn, replied, I don’t know. That’s just the way my mom always cooked it. Why don’t you ask her?

So, undeterred, she called her great-grandmother, who was living in a nursing home and at last got an answer. Great Grandma explained. “When I was first married we had a very small oven, and the pot roast didn’t fit in the oven unless I cut the ends off!”

Why did this old saw come to mind as I watched?  Because in their desire to keep the show as close to the original as possible, they managed to retain some of the flaws present in the gameplay of the original show. Flaws that were no doubt caused by the corners the producers had to cut to run the Big Board on the technology of the early 1980’s.  Flaws that could have been easily be fixed with the technology of today.

Flaws that somebody could exploit.


Here’s a quick word about the rules of the game, if you need a refresher.  The game is dominated by what’s known as the Big Board, a large display of 18 squares, arranged in a rectangular pattern.  A flashing light randomly bounces from square to square, while the contents of each square also change in a regular pattern.  The player who is in control of the Board may stop the Board’s movement at any time by hitting their button.  The contents of the square that the flashing light stops on is what the player adds to their bank.  It could be cash, it could be a prize, but it could also be a Whammy.  Landing on a Whammy bankrupts the player, so it’s imperative to avoid the Whammy as often as possible.

The main game is played in two rounds, with two different board configurations. In the first round, there are 9 Whammies out of a possible 54 possible slides, which should lead you to a 1-out-of-6 chance of hitting a Whammy.  However, two of the Whammies are located in one single space, which very slightly decreases the chances to 16.54%. The board configuration in round two adds a 10th Whammy, and the chances of hitting one of those suckers is 18.37%.

Can we come up with a viable strategy to hit a Whammy less often?


Fans of the game certainly know about the famous Michael Larson exploit, where a contestant on the original show memorized the finite number of paths that the bouncing light could take in order to always land on a space that never contained a Whammy.  I have no doubt that the patterns of lights that flash on the Big Board today are as close to random as computationally possible, so trying to replicate Larson’s feat is a fool’s errand. 

Instead, I noticed three flaws that they kept from the old show, no doubt to keep the show looking as close to the original as possible. These flaws taken together suggest a couple of strategies that one could use to land on the Whammy significantly less often than a player who is just randomly stopping the board.

Flaw 1: Every space on the board only contains three possible outcomes.

Back in the day, when they used slide projectors to create the Big Board, they had to limit the number of possible outcomes in each square.  But nowadays, no such limit exists. They could have increased the potential number of outcomes to a huge number, or even have certain prizes move around the board, showing up in different squares.  But, since they chose too keep the three-outcomes-per-square setup, we can quickly and easily enumerate all possible outcomes that a square can hold, and just as easily determine the chances of hitting a Whammy given any board configuration.

Flaw 2: All of the spaces change at the same time.

This was a flaw that was corrected by GSN in their revival, but has since returned.  This means that, instead of the board being in a constant state of flux, there exists a small period of time where the board state freezes. If one is quick enough, one could theoretically count the number of Whammies currently present on the board, and in doing so not stop the board unless that number was in your advantage. 

One thing we must keep in mind when creating a strategy is that we must stop the board within a reasonable amount of time. If we resolve not to stop the board unless there are zero Whammies showing, then we’re going to be waiting for quite a while, since that only happens on average once every 50 transitions. (For the purposes of this article, when I talk about a “transition”, I’m talking about the time when the spaces change their contents, not when the bouncing light changes squares.) Studio time is expensive, so even though they would edit the down time for broadcast, I’m sure the producers would have a word with if it took you two minutes to stop the board.  Considering that, we want to have a strategy that will stop the board within a reasonable number of transitions most of the time.  For the purposes of this article, I will define a “reasonable number of transitions” as stopping the board within 10 transitions or fewer 90% of the time. 

Playing around with the percentages, I found that a strategy where you stop the board if there are 0 or 1 Whammies showing within the first seven transitions, and stopping after that when 2 or fewer Whammies are showing means that you’ll be hitting the buzzer within 10 transitions 90.7% of the time, and within 14 transitions over 99% of the time, which is good enough for me.

If we follow this strategy, there will be an average of 1.12 Whammies on the board when we hit the buzzer, which translates to a Whammy rate of 6.27%, which means instead of hitting a Whammy once out of about 6 spins, we are now hitting a Whammy once out of about 16 spins!

There is, however, one giant, glaring flaw in this strategy, and that’s those pesky limits of human ability.  I took a stopwatch to last night’s episode, and calculated that the time between transitions of the board is about 4/5ths of a second.  Thanks to the fact that the Whammies are always in bright yellow squares that stand out compared to all the other squares, it’s not too difficult to count their number within that time just using peripheral vision.  However, determining if that number is lower than the threshold, and then send the signal from the brain to the hand to push the button to stop the board within that time is a very tough ask for everyone but the twitchiest of e-sports professionals. 

So is there another strategy we can use? Yes, there is, taking advantage of a one more flaw that has been carried over from the old days.

Flaw 3: When a square transitions, it cannot display the same thing twice in a row.

In the past, in order to effect a transition, they had to change the slide that was projected onto a square.  But nowadays, they are under no such limitation. If they wanted to, they could keep the displayed outcome of a square the same from transition to transition, but they chose not to.

What does this flaw mean for us?  Well, we know that if a Whammy is currently displayed on a square, we know that when that square transitions, the Whammy will go away, leaving something else. Only one square in each of the first two rounds contains multiple Whammies. All of the other squares, if they currently contain a Whammy, are then guaranteed not to hold a Whammy once it transitions. So, if we can count the number of Whammies on currently the board, and that number is higher than average, then we should expect a lower than average number of Whammies to show up the next time the board transitions!

This strategy is much easier to execute. Thanks to the Whammy squares being visually different from the rest of the board, it is certainly possible to count the number of Whammies present within 0.8 seconds, which gives you another 0.8 second window to push the button once you see the board transition. Try this wit the GIFs on this page, or the next time you watch the show, and you’ll see that this seems very doable.

Let’s try to create a strategy using the same limitations as above.  If in the first five transitions, you count five or more Whammies, you will want to hit the button after the next transition.  Otherwise, hit it the transition after counting four or more Whammies.  Following this strategy, you’ll still hit the button within 10 transitions 90% of the time.  You’ll also decrease your Whammy rate from 16.54% to 11.46%, which is about 1 in 8.72 spins.  The difference is smaller, but still pretty dramatic.

As I mentioned above, the board changes for round two, and adds another Whammy. With the increased odds, we need to create a new strategy following our usual restrictions. Thus, If you count 5 or more Whammies on the board in your first 8 transitions, stop the board on the following transition.  After 8 transitions, drop that threshold to 4 Whammies.  This strategy will still result in hitting the button within 10 transitions 90% of the time, and drops the Whammy rate from 18.37% to 13.17%, or about 7.6-to-1.

People expecting a Larsonesque strategy might be disappointed, but a person following this strategy will still hit 40% fewer Whammies compared to a person randomly stopping the board. If you’re hitting Whammies 40% less often than your opponents, I like your chances.  As people like professional sports bettors or poker players would tell you, small advantages can add up to big wins.