Objective

To practice one and two dimensional arrays.

Grading

Overview

Sudoku is a game where the player is expected to complete a grid with numbers so that every row, column, and 3 by 3 grid (differentiated by shading) has every digit from 1 to 9 (inclusive). The following is an example of a sudoku (solved) board:

sudoku img

For this project you will implement a sudoku validator that determines whether the current values in a sudoku board represent a solved sudoku.

The following file (project distribution) is associated with this project: sudokuValidator.zip.

Specifications

Additional Requirements

Sample Run

You can see a video for the game by downloading the file sudoku video or by the embedded video below.

alt : sudoku.avi

Web Accessibility