|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tar -zxf sudoku-0.1.tar.gz
This will create a directory sudoku-0.1 inside your current
working directory. Change to this directory, and follow the
instructions in the file INSTALL.
Usage: sudoku [options] [file...] Options: -h, --help - print this help message and exit -v, --version - print version info and exit -l, --license - print license info and exit -n, --number n - generate Sudoku number n (default: random) -f, --format fmt - output format, default is text -a, --answer - print answer. -aa to print answer only. -s, --symmetry sym - set symmetry, default is random -L, --level [min]-[max] - request difficult level -p, --pattern pattern - set pattern -e, --exact - request to match pattern exactly Available symmetries: none, vertical, horizontal, diagonal, codiagonal, dc, vh, 180, 90, all, random (default). Available output formats: text (default), bigtext, html. Patterns are specified as in 000111000/001101100/.../000000000
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
See the file COPYING for details.