Package uk.co.iscoding.freecell.game

Examples of uk.co.iscoding.freecell.game.FreeCellLayout


    private Set<FreeCellLayout> currentLayouts = Sets.newHashSet();
    private int iterationCounter = 1;

    private Game(int msGame) {
        deck.msShuffle(msGame);
        currentLayouts.add(new FreeCellLayout(deck));
    }
View Full Code Here

TOP

Related Classes of uk.co.iscoding.freecell.game.FreeCellLayout

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.