Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Due: Friday 16 April 2010 at 9:59:59 am

 Under Construction!   The game architecture is being completely redone from last year's code.   Please read the following only as general guidance.   The instructions and descriptions will be changed very soon...

The Sudoku Game

Sudoku is a 9*9 grid-based puzzle in which the goal is to place numbers from 1 to 9 in the grid squares taking into account specific constraints. The 9 * 9 puzzle grid can be seen as divided into 9 sub-grids of size 3*3. The 3 main conditions in the classic version of Sudoku state are that each square in the grid contains a number from 1 to 9 and a number cannot be repeated:

...

The support code provided contains a DrJava project and a few simple Junit tests. Download the code from here\  The code download is coming "Real Soon Now" ...

Your assignment is to implement:

...