diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-03 10:58:21 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-03 10:58:21 +0800 |
commit | fea01c0a92a89604a929d28b89b1ab7a4dcae68c (patch) | |
tree | fd643c830982ed99ca43a37af5f51b603c4eb14c /games/Makefile | |
parent | 0f0d9fd435c3219311287ba1c97316aa05a5fb54 (diff) | |
download | freebsd-ports-gnome-fea01c0a92a89604a929d28b89b1ab7a4dcae68c.tar.gz freebsd-ports-gnome-fea01c0a92a89604a929d28b89b1ab7a4dcae68c.tar.zst freebsd-ports-gnome-fea01c0a92a89604a929d28b89b1ab7a4dcae68c.zip |
[new port] games/fxsudoku
fxsudoku is an implementation of the Sudoku game.
The aim of Sudoku is to enter a numerical digit from 1
through 9 in each cell of a 99 grid made up of 33 subgrids
(called "regions"), starting with various digits given in
some cells (the "givens"). Each row, column, and region
must contain only one instance of each numeral. Completing
the puzzle requires patience and logical ability.
Author: Sander Jansen <sander@knology.net>
WWW: http://www.fifthplanet.net/
PR: ports/95245
Submitted by: Edwin Groothuis <edwin@mavetju.org>
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 ca55e234e46d..b9e5d99f71ad 100644 --- a/games/Makefile +++ b/games/Makefile @@ -199,6 +199,7 @@ SUBDIR += frozenbubble SUBDIR += ftjava SUBDIR += fuhquake + SUBDIR += fxsudoku SUBDIR += galaxis SUBDIR += galaxyhack SUBDIR += galaxymage |