Hi!
This is the first release of the VDR Sudoku plug-in from http://projects.vdr-developer.org.
New development site: http://projects.vdr-developer.org/projects/show/plg-sudoku
Downloads: http://projects.vdr-developer.org/projects/list_files/plg-sudoku
Git-Web: http://projects.vdr-developer.org/git/?p=vdr-plugin-sudoku.git
Anonymous Git-access : git://projects.vdr-developer.org/vdr-plugin-sudoku.git
Changes since version 0.3.4: - Moved to http://projects.vdr-developer.org/projects/show/plg-sudoku. - Changed repository from subversion to git. - Removed subversion keywords ($Id). - Added support for VDR >= 1.7.13 (Make.global). - Added method Pos::interacts_with. - Removed compatibility to VDR < 1.6.0. - Converted documentation and source files to UTF-8. - Added unit tests. - Fixed segfault in History::current. - Fixed null pointer handling in History::add. - Updated url and email of the VDR project to tvdr.de. - Updated Doxyfile to doxygen version 1.6.3.
This plug-in generates Number Place puzzles, so called Sudokus, and let you solve it.
A Sudoku puzzle consists of 9 x 9 cells subdivided into 9 regions with 3 x 3 cells. The rules are simple. There have to be the numbers from 1 to 9 in every row, column and region. In the beginning some numbers are given. These cells are painted with cyan background color. The aim of the puzzle is to find the missing numbers. There is only one solution of a Sudoku puzzle.
See the project's homepage for details: http://toms-cafe.de/vdr/sudoku/
Tom