public class Generator
extends java.lang.Object
Constructor and Description |
---|
Generator() |
Modifier and Type | Method and Description |
---|---|
Puzzle |
generate()
Generate a high quality puzzle with many words in it
|
java.util.List<Puzzle.Solution> |
getSolutions(Table table)
Return a list of solutions for this table.
|
Puzzle |
random() |
public Puzzle generate()
public Puzzle random()
public java.util.List<Puzzle.Solution> getSolutions(Table table)
table
- containing solutions