- Simple Simon (solitaire)
Simple Simon is a
Solitaire card game played with a regular 52 cards deck (4suits of 13 cards each without Jokers). It became somewhat popular being featured in some computerized collections of Solitaire card games, but itsorigins possibly predate its implementation as a computerized game.Rules
At the beginning of the play the cards are dealt all facing the player, starting from 3 columns of 8 cards each, and then 7 columns with 7, 6, and so forth cards until 1.
A card can be placed on any card on the top of a column whose rank is greater than it by one (with no cards that can be placed above an Ace). A sequence of cards, decrementing in rank and of the same suit, can be moved as one. An empty column can be filled by any card. A sequence of cards from the king to the Ace all of the same suit, can be moved to the foundations. The object ofthe game is to place all four suits in the foundations.cite web
last=BVS Development Coroporation
title=Simple Simon Solitaire (Rules)
url=http://www.bvssolitaire.com/rules/simple-simon.htm
accessdate=2008-07-26Strategy
A mixed-suit sequence of cards can be moved to a different location, given enough empty columns or parent cards to place intermediate components and sub-sequences of cards on. This is similar to
FreeCell only with the individual components of the sequence being the same-suit sub-sequencesrather than individual cards as in FreeCell. Note that some implementationsof Simple Simon, require the player to do all the moving of the individualcomponents by himself.Statistics and Analysis
[http://fc-solve.berlios.de/ Freecell Solver] , a solver for various Solitaire games, was adapted to solve Simple Simon, by its primary developer, Shlomi Fish. Fish initially tried implementing the solver usingindividual Simple Simon moves, but that ended up causing the program tocheck many states without a visible end. So instead, he opted for a schemein which every sequence of moves conducted by the solver ended up in either clearing a column, moving a card on top of a card of the same suit, or (more rarely) moving a column to the foundations. Implementing this strategy turned out to be sufficient for solving many games, and so it was kept.
[http://groups.yahoo.com/group/fc-solve-discuss/message/121 The statistics presented by the solver] when run over a range of 4000 random games are quite interesting. About 85% of the games were shown to be solvable, with the medianof the number of solver iterations for them being 59. Most of the rest wereunsolvable by the solver (but not necessarily by a human player), with amedian of 8 iterations. In both cases, over 95% of the boards were solvedor reported unsolvable by the solver after less than 1000 iterations.
[http://groups.yahoo.com/group/fc-solve-discuss/message/119 Stephan's Kulow analysis of these statistics] was: "But what you found out, is what makes the game a joy: either it's impossible to solve and you see it in the first moves or it's solvable and you only have the find the best route."
A programmer called Michael Mann later on added another type of move to Freecell Solver which placed cards above a parent of a different suit. Thisreportedly increased the percentage of games that were solvable by the solverto well over 90%. This change was not incorporated into the mainline Freecell Solver, because it increases the necessary time and iterations to solve many games considerably.
Wikimedia Foundation. 2010.