SuDoKu Solver 0.1.0
===================

This package provides a Java program and applet that can be used to
solve SuDoKu puzzles.

To use this application, you will need a JRE 1.5 or greater.

To build this application, you will need ant. "ant jar" will build 
build/lib/sudoku.jar

To run the application, either embed it as an applet (see doc/sudoku.html
for how to do this) or run it at the command line:

java -classpath ./build/lib/sudoku.jar: org.charvolant.sudoku.Board


Things to Do
------------

* Allow user-definable colours and fonts
* Implement more sophisticated deductions; although these can wait