Skip to content

7131/sudoku

Folders and files

NameName
Last commit message
Last commit date
Mar 17, 2025
Jul 4, 2021
Mar 17, 2025
Mar 17, 2025
Dec 8, 2024
Dec 1, 2024
Feb 16, 2025
Oct 10, 2023
Apr 5, 2025
Jul 7, 2023
Oct 10, 2023
Feb 16, 2025
Apr 5, 2025
Feb 16, 2025
Feb 16, 2025
Mar 17, 2025
Jul 12, 2022
Feb 16, 2025

Repository files navigation

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.