diff options
author | sem <sem@FreeBSD.org> | 2006-02-13 20:36:22 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-02-13 20:36:22 +0800 |
commit | fd57788d4c758f33a2a0b7af045a734cebc0cc14 (patch) | |
tree | 6438078fa1f1ee604bca073c6a9642559d82c7cc /games/Makefile | |
parent | bbf827b1b76436efad199688bae3e28d4978dcb2 (diff) | |
download | freebsd-ports-gnome-fd57788d4c758f33a2a0b7af045a734cebc0cc14.tar.gz freebsd-ports-gnome-fd57788d4c758f33a2a0b7af045a734cebc0cc14.tar.zst freebsd-ports-gnome-fd57788d4c758f33a2a0b7af045a734cebc0cc14.zip |
A free program for creating and solving Su Doku puzzles.
You can use GNUDoku to challenge yourself, to compute solutions,
or to verify your own solutions.
A Su Doku puzzle is a 9x9 grid which must be filled with numbers
between 1 and 9 such that each row, column, and 3x3 square contains
all 9 numbers.
WWW: http://icculus.org/~jcspray/GNUDoku/
PR: ports/92733
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 4f1d13d306a4..28f3595cc534 100644 --- a/games/Makefile +++ b/games/Makefile @@ -235,6 +235,7 @@ SUBDIR += gnomesudoku SUBDIR += gnubg SUBDIR += gnuchess + SUBDIR += gnudoku SUBDIR += gnugo SUBDIR += gnurobots SUBDIR += gnushogi |