Package sudoku

Class Summary
Chooser The Chooser class is just a singleton random number generator.
Field The Sudoku playing field and methods to evaluate and manipulate it.
PlayEngine The guts of Sudoku.
PlayPanel PlayPanel is the GUI for the Sudoku game.
SudokuApplet Applet version of Sudoku program.
SudokuFrame  
ViewScreen Component that displays the playing field.
 

Enum Summary
GameState The state of a Sudoku game.
Hints Number of possibilities at a location.
SolutionType Type of solution for puzzle -- NO_SOLUTION, EASY_SOLUTION (solvable with only unique moves), HARD_SOLUTION (solvable but with some non-unique moves).
 

Exception Summary
MultipleSolutionException An exception that gets thrown when there are multiple Sudoku solutions yet we only want to have a unique solution.