summaryrefslogtreecommitdiff
path: root/games/fltk-sudoku
AgeCommit message (Collapse)AuthorFilesLines
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2008-04-07Fix DESTDIR.joerg1-1/+3
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-2/+8
their files via a custom do-install target.
2007-03-23Fix build with modular Xorg where libXt is needed at build time.joerg1-3/+7
2006-07-27Needs a C compiler.rillig1-2/+2
2006-07-18Import of the fltk example application sudoku that can generate sudoku reinoud4-0/+63
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.