1sudoku(6) Games Manual sudoku(6)
2
3
4
6 sudoku - the fltk sudoku game
7
8
10 Sudoku is a FLTK-based version of the game of Sudoku. Sudoku (pro‐
11 nounced soo-dough-coo with the emphasis on the first syllable) is a
12 simple number-based puzzle/game played on a 9x9 grid that is divided
13 into 3x3 subgrids. The goal is to enter a number from 1 to 9 in each
14 cell so that each number appears only once in each column and row.
15
16 At the start of a new game, Sudoku fills in a random selection of cells
17 for you - the number of cells depends on the difficulty level you use.
18 Click in any of the empty cells or use the arrow keys to highlight
19 individual cells and press a number from 1 to 9 to fill in the cell. To
20 clear a cell, press 0, Delete, or Backspace. As you complete each sub‐
21 grid, correct subgrids are highlighted in green. When you have success‐
22 fully completed all subgrids, the entire puzzle is highlighted until
23 you start a new game.
24
25 As you work to complete the puzzle, you can display possible solutions
26 inside each cell by holding the Shift key and pressing each number in
27 turn. Repeat the process to remove individual numbers, or press a num‐
28 ber without the Shift key to replace them with the actual number to
29 use.
30
32 fltk(3)
33 FLTK Web Site, http://www.fltk.org/
34
36 Michael R Sweet.
37
38
39
4015 January 2006 FLTK Sudoku sudoku(6)