summaryrefslogtreecommitdiff
path: root/games/fltk-sudoku/DESCR
diff options
context:
space:
mode:
authorreinoud <reinoud@pkgsrc.org>2006-07-18 17:40:40 +0000
committerreinoud <reinoud@pkgsrc.org>2006-07-18 17:40:40 +0000
commit3dd85c0c9a3617997c67115c33e277783e84b6af (patch)
tree4e40930e1425878f2f025c3f382803c2631b6eab /games/fltk-sudoku/DESCR
parent6a808e98f064a95636068b29d76af88ab3f32a05 (diff)
downloadpkgsrc-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/DESCR')
-rw-r--r--games/fltk-sudoku/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/games/fltk-sudoku/DESCR b/games/fltk-sudoku/DESCR
new file mode 100644
index 00000000000..0cef8876cfa
--- /dev/null
+++ b/games/fltk-sudoku/DESCR
@@ -0,0 +1,5 @@
+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.