/sudoku

Siteswap Sudoku

Primary LanguageJavaScriptMIT LicenseMIT

Siteswap Sudoku

https://7131.github.io/sudoku/

There are three types of sudoku puzzles: (full) siteswap sudoku, partial siteswap sudoku, and normal sudoku. There are four applications for each type: to play puzzles, to use the automatic solution, to use the automatic creation, and to make new puzzles by yourself. You can execute your favorite applications.

Puzzle types

(Full) Siteswap Sudoku
This puzzle consists of 9 rows by 9 columns, with each row, each column, and each 3x3 block containing one number from 1 to 9. And all of them should be valid siteswaps.
Partial Siteswap Sudoku
In this puzzle, the 3x3 block siteswap condition is excluded. In other words, only rows and columns are valid siteswaps.
Normal Sudoku
This is a regular sudoku puzzle with no siteswap conditions.