You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.3KB

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