public class Freecell
extends java.lang.Object
Constructor and Description |
---|
Freecell() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Start a Freecell game with seed 0.
|
void |
play()
Play a Freecell game with a random shuffle.
|
void |
play(long seed)
Play a Freecell game with a random shuffle performed according to a given random seed.
|
public void play()
public void play(long seed)
seed
- seed for random shuffle.public static void main(java.lang.String[] args)
args
- (not used)