Ssudoku is a command line program that can be used either to solve ssudoku problems, or to generate problems for you to solve.
Here's an example of what the program generates:-
8 |   |   | 7 | 4 | 1 | 6 | 3 |   | ||
  |   |   |   | 3 |   |   |   | 8 | ||
9 |   |   |   |   | 2 | 7 |   |   | ||
1 |   | 4 | 9 |   | 3 |   |   |   | ||
  |   | 5 |   | 7 | 4 | 9 |   |   | ||
  |   | 6 |   |   |   | 1 | 7 |   | ||
  |   | 8 |   | 1 |   |   |   |   | ||
4 | 1 |   |   | 9 | 6 |   | 8 | 5 | ||
  | 3 |   | 5 |   |   |   |   |   |
AVERAGE
The Ssudoku distribution will be available at http://savannah.nongnu.org/download/ssudoku/ just as soon as it's released. The code is a single C++ file so you should be able to compile it without any great difficulty. But there's also a Makefile just to be on the safe side!
Instructions for running the Ssudoku program are here.
Copyright © 2005 Mike Moreton