mightyscape-1.2/extensions/fablabchemnitz/sudoku
Mario Voigt 47048e6f01 various small bug fixes and newest updates 2024-03-31 23:33:36 +02:00
..
.deps update qqwing for sudoku 2023-08-22 03:45:30 +02:00
.libs update qqwing for sudoku 2023-08-22 03:45:30 +02:00
debian update qqwing for sudoku 2023-08-22 03:45:30 +02:00
m4 update qqwing for sudoku 2023-08-22 03:45:30 +02:00
AUTHORS update qqwing for sudoku 2023-08-22 03:45:30 +02:00
COPYING update qqwing for sudoku 2023-08-22 03:45:30 +02:00
Makefile update qqwing for sudoku 2023-08-22 03:45:30 +02:00
Makefile.am update qqwing for sudoku 2023-08-22 03:45:30 +02:00
Makefile.in update qqwing for sudoku 2023-08-22 03:45:30 +02:00
README update qqwing for sudoku 2023-08-22 03:45:30 +02:00
aclocal.m4 update qqwing for sudoku 2023-08-22 03:45:30 +02:00
compile update qqwing for sudoku 2023-08-22 03:45:30 +02:00
config.guess update qqwing for sudoku 2023-08-22 03:45:30 +02:00
config.h update qqwing for sudoku 2023-08-22 03:45:30 +02:00
config.h.in update qqwing for sudoku 2023-08-22 03:45:30 +02:00
config.log update qqwing for sudoku 2023-08-22 03:45:30 +02:00
config.status update qqwing for sudoku 2023-08-22 03:45:30 +02:00
config.sub update qqwing for sudoku 2023-08-22 03:45:30 +02:00
configure update qqwing for sudoku 2023-08-22 03:45:30 +02:00
configure.ac update qqwing for sudoku 2023-08-22 03:45:30 +02:00
depcomp update qqwing for sudoku 2023-08-22 03:45:30 +02:00
install-sh update qqwing for sudoku 2023-08-22 03:45:30 +02:00
libqqwing.la update qqwing for sudoku 2023-08-22 03:45:30 +02:00
libtool update qqwing for sudoku 2023-08-22 03:45:30 +02:00
ltmain.sh update qqwing for sudoku 2023-08-22 03:45:30 +02:00
main.cpp update qqwing for sudoku 2023-08-22 03:45:30 +02:00
main.o update qqwing for sudoku 2023-08-22 03:45:30 +02:00
meta.json various small bug fixes and newest updates 2024-03-31 23:33:36 +02:00
missing update qqwing for sudoku 2023-08-22 03:45:30 +02:00
qqwing update qqwing for sudoku 2023-08-22 03:45:30 +02:00
qqwing.1 update qqwing for sudoku 2023-08-22 03:45:30 +02:00
qqwing.cpp update qqwing for sudoku 2023-08-22 03:45:30 +02:00
qqwing.exe More adds and fixes 2022-11-05 10:41:20 +01:00
qqwing.hpp update qqwing for sudoku 2023-08-22 03:45:30 +02:00
qqwing.lo update qqwing for sudoku 2023-08-22 03:45:30 +02:00
qqwing.pc update qqwing for sudoku 2023-08-22 03:45:30 +02:00
qqwing.pc.in update qqwing for sudoku 2023-08-22 03:45:30 +02:00
stamp-h1 update qqwing for sudoku 2023-08-22 03:45:30 +02:00
sudoku.inx More adds and fixes 2022-11-05 10:41:20 +01:00
sudoku.py More adds and fixes 2022-11-05 10:41:20 +01:00

README

See: http://qqwing.com/

qqwing <options>
Sudoku solver and generator.
  --generate <num>     Generate new puzzles
  --solve              Solve all the puzzles from standard input
  --difficulty <diff>  Generate only simple, easy, intermediate, expert, or any
  --symmetry <sym>     Symmetry: none, rotate90, rotate180, mirror, flip, or random
  --puzzle             Print the puzzle (default when generating)
  --nopuzzle           Do not print the puzzle (default when solving)
  --solution           Print the solution (default when solving)
  --nosolution         Do not print the solution (default when generating)
  --stats              Print statistics about moves used to solve the puzzle
  --nostats            Do not print statistics (default)
  --timer              Print time to generate or solve each puzzle
  --notimer            Do not print solve or generation times (default)
  --count-solutions    Count the number of solutions to puzzles
  --nocount-solutions  Do not count the number of solutions (default)
  --history            Print trial and error used when solving
  --nohistory          Do not print trial and error to solve (default)
  --instructions       Print the steps (at least 81) needed to solve the puzzle
  --noinstructions     Do not print steps to solve (default)
  --log-history        Print trial and error to solve as it happens
  --nolog-history      Do not print trial and error  to solve as it happens
  --one-line           Print puzzles on one line of 81 characters
  --compact            Print puzzles on 9 lines of 9 characters
  --readable           Print puzzles in human readable form (default)
  --csv                Output CSV format with one line puzzles
  --help               Print this message
  --about              Author and license information
  --version            Display current version number