| Package | Description |
|---|---|
| de.sfuhrm.sudoku | |
| de.sfuhrm.sudoku.output |
| Modifier and Type | Class and Description |
|---|---|
class |
Riddle
The Sudoku game field.
|
| Modifier and Type | Method and Description |
|---|---|
static GameMatrix |
Creator.createFull()
Creates a valid fully setup sudoku.
|
static GameMatrix |
Creator.createVariant(GameMatrix matrix)
Creates a variant of a fully-filled game matrix.
|
| Modifier and Type | Method and Description |
|---|---|
static Riddle |
Creator.createRiddle(GameMatrix in)
Creates a riddle setup sudoku.
|
static GameMatrix |
Creator.createVariant(GameMatrix matrix)
Creates a variant of a fully-filled game matrix.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MarkdownTableFormatter.format(GameMatrix matrix) |
String |
PlainTextFormatter.format(GameMatrix matrix) |
String |
GameMatrixFormatter.format(GameMatrix matrix)
Formats the input game matrix to a text representation.
|
String |
LatexTableFormatter.format(GameMatrix matrix) |
Copyright © 2017. All rights reserved.