Git Product home page Git Product logo

Comments (2)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 19, 2024
In freecell, you can only move the number of cards equivalent to the number of 
empty 
spaces plus one.  Technically you are moving one card at a time, filling in the 
blank spaces, and then recombining them into a single stack.

For example, if you have an empty space on the board and four empty cells, the 
maximum number of cards you can move to the empty space would be five.  The max 
you 
could move onto another card would be six (by putting the first five cards into 
the 
five empty cells/spaces and the sixth card on the new stack, then recombining). 
 It 
does get a little confusing if you have a space on the board because the game 
will 
allow you to select six cards but you would only be able to move a stack of 
five 
into the empty space.

Original comment by [email protected] on 16 Mar 2010 at 8:26

from solitaire-for-android.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 19, 2024
this is not quite correct.
you should be able to move
(1+free spaces)*(1+free cells)
if you have 1 cell and 1 space, first card goes in cell, second on space, then 
first on second, third on cell, fourth on destination,third on 
destination,first on cell,second on destination, first on destination.
(1+1)*(1+1)=4 not 3 as you would suggest. 
it is annoying doing this manually. 
also if you move to a free space it must be taken out of the equation.

Original comment by [email protected] on 29 May 2011 at 12:34

from solitaire-for-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.