com.antelmann.game.puzzle
Class SolitaireSamples
java.lang.Object
com.antelmann.game.puzzle.SolitaireSamples
public class SolitaireSamples
- extends Object
class with static methods to provide standard configurations
for Solitaire games. Simply use the return values for the
constructor of a Solitaire game. Example:
Solitaire game = new Solitaire("arrow game", SolitaireSamples.getArrow());
- Author:
- Holger Antelmann
- See Also:
Solitaire
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getSolitaire
public static int[][] getSolitaire()
getRandomField
public static int[][] getRandomField(int numberOfPeggs,
long randomSeed)
getCross
public static int[][] getCross()
getPlus
public static int[][] getPlus()
getFireplace
public static int[][] getFireplace()
getArrow
public static int[][] getArrow()
getPyramid
public static int[][] getPyramid()
getDiamond
public static int[][] getDiamond()
(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads