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:
  • src - source .java files
  • doc - JavaDoc documentation, main file index.html
  • classes - compiled classes

  • THE RULES OF THE GAME:

    1. 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:

    1. textoalternativo