From fd57788d4c758f33a2a0b7af045a734cebc0cc14 Mon Sep 17 00:00:00 2001 From: sem Date: Mon, 13 Feb 2006 12:36:22 +0000 Subject: 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 --- games/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games/Makefile') 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 -- cgit