| Name | Modified | Size | Downloads / Week | 
|---|---|---|---|
| sudokumc.dmg | 2013-02-06 | 276.3 kB | |
| sudokumc | 2013-01-23 | 70.3 kB | |
| sudoku-1.0.1.05.tar.gz | 2013-01-19 | 61.4 kB | |
| ReadMe | 2013-01-19 | 1.2 kB | |
| sudoku.html | 2013-01-19 | 11.4 kB | |
| sudoku.win32.exe | 2013-01-18 | 79.0 kB | |
| Totals: 6 Items | 499.6 kB | 0 | 
For Windows the Sudoku.win32.exe executable compiled by MinGW can be downloaded. 
On other platforms it has to be compiled from the source which can be extracted
from the provided sudoku-<xyz>-tar.gz file, or obtained from the git repository.
The summary for the original linux distribution:
Source: sudoku
Section: games
Priority: optional
Maintainer: Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net>
Build-Depends: debhelper (>= 9), libncurses-dev
Standards-Version: 3.9.3
#The Homepage used to be:
#Homepage: http://www.laurasia.com.au/sudoku/
#From now on the Homepage could be:
Homepage: http://sourceforge.net/projects/sudokumc/
Package: sudoku
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: console based sudoku
 This sudoku puzzle generator/solver features:
  * character based (curses) interface;
  * cross-platform (Minix, Unix, Windows) with full source code (ANSI C);
  * generates hints upon request;
  * classification of board difficulty (very easy, easy, medium, hard or
    fiendish);
  * generation of new boards;
  * easy entry of boards published in newspapers, internet, etc...;
  * multiple output formats (text, csv, html, PostScript).