diff options
author | reinoud <reinoud@pkgsrc.org> | 2006-07-18 17:40:40 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2006-07-18 17:40:40 +0000 |
commit | 3dd85c0c9a3617997c67115c33e277783e84b6af (patch) | |
tree | 4e40930e1425878f2f025c3f382803c2631b6eab /games/fltk-sudoku/PLIST | |
parent | 6a808e98f064a95636068b29d76af88ab3f32a05 (diff) | |
download | pkgsrc-3dd85c0c9a3617997c67115c33e277783e84b6af.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.
Diffstat (limited to 'games/fltk-sudoku/PLIST')
-rw-r--r-- | games/fltk-sudoku/PLIST | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/fltk-sudoku/PLIST b/games/fltk-sudoku/PLIST new file mode 100644 index 00000000000..f908b3161f8 --- /dev/null +++ b/games/fltk-sudoku/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/18 17:40:40 reinoud Exp $ +bin/fltk-sudoku |