How to win at Solitaire

A strategy to ace the game

Introduction

This guide will help you:

Knowledge of the rules and lexicon of Solitaire is assumed.

What to do, in order of priority

Below is the ranking of moves, ordered from most preferable to least preferable.

At any time in the game, pick option 1. if it’s available. If it isn’t, see if you can do 2. If you can’t do 2., go for 3. And so on.
After you’ve done a move, repeat the evaluation process.

The key for effective play is to follow this procedure systematically, making sure to always choose the best available option.

Move a card to a foundation if that doesn’t make that foundation overly filled

This can be moving the top card from the waste pile, or moving a tableau card. If there are several possibilities, pick any of them to begin with; the order doesn’t matter.

What matters here is to fill the foundation piles evenly (±1 card). Otherwise you may deprive yourself of crucial possibilities later on. Note that moving a Deuce (2), or an Ace of course, to a foundation is always OK.

Reveal a face-down tableau card

  1. Revealing by moving some card(s) between two tableau piles is best.
    Prioritize moving from the tableau pile with the most hidden (face-down) cards.
  2. Revealing by moving a tableau card to a foundation comes next.
    That means making that foundation overly filled (otherwise you would already have moved the card in 1.) But it’s now worth it.

Make room for a King (free a tableau pile)

See if you can free a tableau pile so that you can put a King there. Do this only if there actually is a King ready to go to the emptied pile. Otherwise you are just wasting a move for now!

  1. First, if you can, by moving some card(s) between two tableau piles.

  2. As second choice, by moving a tableau card to a foundation

Move the top card of the waste pile

This makes the game progress. Moreover, in “turn three” mode, such a move may “unlock” access to the other visible cards of the waste pile.

  1. Again, first consider moving the card to a tableau pile.

  2. If you can’t, move it to a foundation.

Draw or rewind

Drawing a card (or 3 or less cards, in “turn three” mode) from the stock, or “rewinding” the stock if it’s empty (moving back all the cards from the waste to the stock) shall be done now.

Unless you would be endlessly looping through the stock, of course! If you already went once through all the cards in the stock, consider the last option:

Move any tableau card to a foundation

This is the last resort. This can be either:

  1. Moving a tableau card which is directly accessible.
    This makes a foundation overly filled, and this does not reveal any tableau card, and it does not make room for a King. Still better than getting stuck!
  2. Preliminary moving some card(s) between tableau piles to get access to such a card.
    It may be tricky to see if such a manipulation exist.

Remarks

The strategy presented here is the basis of the computer algorithm of FreeSolitaire.win, which is used to select finishable deals, offer hints, and detect dead-ends. You also see it surface when you are told that The computer could do it in N moves at the end of a game.

This strategy/algorithm is quite simple. It does not require to “count cards”, i.e. keep track of which cards were seen in the stock. It doesn’t require to make guesses on where such or such face-down card must be located. And the procedure is the same all along the game; there is no special treatement of the opening or ending. It’s stateless, a programmer would say.

As such, this strategy is also not optimal: it cannot win all the deals that are theorically finishable. It has a winning rate of 52% in “turn one” mode, and 18% in “turn three”. For something more successful (but also much more complex!), see this strategy by Jupiter Scientific.