Import of the fltk example application sudoku that can generate sudoku
authorreinoud <reinoud>
Tue, 18 Jul 2006 17:40:40 +0000 (17:40 +0000)
committerreinoud <reinoud>
Tue, 18 Jul 2006 17:40:40 +0000 (17:40 +0000)
commit71ddca62ffbca3e19cd479f58793663260df1d02
tree6ba763eee64bb479ad231a7cfe06bfe9857d8197
parente1cbcc2e962a6e45f91e9382c8388c7756f1734b
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.
games/fltk-sudoku/DESCR [new file with mode: 0644]
games/fltk-sudoku/Makefile [new file with mode: 0644]
games/fltk-sudoku/PLIST [new file with mode: 0644]
games/fltk-sudoku/distinfo [new file with mode: 0644]