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.
None.
The given version of the program has no starting module. It's up to you to create one and get the program running.
set_number
in class Chart
is supposed to be able to check
whether or not placing a number onto the grid was successful or not.
It doesn't work though...