Sudoku Game
The OOP project work (Fall 2009)
Sudoku game with diferent and random and manual puzzles.
Authors: Francisco Matesanz & Benjamin Nogal
Student ID: 186117 & 186119
E-mail: cmates@cs.joensuu.fi & mnogal@cs.joensuu.fi
the root folder contains:
- index.html - primary file, see template
- Applet.html -
the html file with applet: give it a name of your Applet class, see
template
- README.html - this document
- sudokuUML.jpg - UML diagram of this project
src - source .java files
doc - JavaDoc documentation, main file index.html
classes - compiled classes
THE RULES OF THE GAME:
- The objective is to fill a 9×9 grid with digits so that each column, each row, and each of the nine 3×3 sub-grids that comprise the grid contains all of the digits from 1 to 9.
DIAGRAM:
