sudoku_generator
VDR-Plugin to generate and solve Sudokus
Install
- All systems
-
curl cmd.cat/sudoku_generator.sh
- Debian
-
apt-get install vdr-plugin-sudoku
- Ubuntu
-
apt-get install vdr-plugin-sudoku
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install vdr-plugin-sudoku
- Raspbian
-
apt-get install vdr-plugin-sudoku
- Dockerfile
- dockerfile.run/sudoku_generator
vdr-plugin-sudoku
VDR-Plugin to generate and solve Sudokus
This plugin 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.