diff options
author | reinoud <reinoud> | 2006-07-18 17:42:08 +0000 |
---|---|---|
committer | reinoud <reinoud> | 2006-07-18 17:42:08 +0000 |
commit | 6c8c03e4c92714b3d994394d94b303240ab55f16 (patch) | |
tree | eef16970a92d2af875207559c0a394dc63c95b41 | |
parent | 67688a6a895a08929bbab286079a662c5e6e4962 (diff) | |
download | pkgsrc-6c8c03e4c92714b3d994394d94b303240ab55f16.tar.gz |
Import of the fltk example application sudoku that can generate sudoku
games and solve them.
Sudoku (pronounced soo-dough-coo with the emphasis on the first syllable)
is a simple number-based puzzle/game played on a 9x9 grid that is divided
into 3x3 subgrids. The goal is to enter a number from 1 to 9 in each cell
so that each number appears only once in each column and row. In addition,
each 3x3 subgrid may only contain one of each number.
-rw-r--r-- | doc/CHANGES-2006 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index 5260ff57f35..257307d60be 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2006,v 1.761 2006/07/18 10:27:41 martti Exp $ +$NetBSD: CHANGES-2006,v 1.762 2006/07/18 17:42:08 reinoud Exp $ Changes to the packages collection and infrastructure in 2006: @@ -3425,3 +3425,5 @@ Changes to the packages collection and infrastructure in 2006: Updated www/jalbum to 6.5 [martti 2006-07-18] Updated devel/m4 to 1.4.5 [wiz 2006-07-18] Updated editors/vim-share to 7.0.39 [martti 2006-07-18] + Added games/fltk-sudoku version 1.1.7 [reinoud 2006-07-18] + |