T-106.1210 Basic Course in Programming, part 1

ReadMe: Project Sudoku

Overview

Project Sudoku is a simple application that allows you to play the puzzle game Sudoku. See Wikipedia for more details on the game.

Package src.sudoku contains classes to represent a Sudoku chart and src.sudoku.gui a user interface for the game.

Dependencies and resources

None.

Running the program

The given version of the program has no starting module. It's up to you to create one and get the program running.

Notes

An Example View of the GUI