Skip to content

This is a simple sudoku (customizable)

Notifications You must be signed in to change notification settings

KarolZSE/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 21, 2025
94257e1 · · Sep 21, 2025

History

7 Commits
Sep 21, 2025
Sep 21, 2025
Sep 21, 2025

Repository files navigation

Sudoku

Simple game of sudoku rules are simple: the objective is to fill a 9 × 9 grid with digits so that each column, each row, and each of the nine 3 × 3 subgrids that compose the grid (also called "boxes", "blocks", or "regions") contains all of the digits from 1 to 9. The puzzle setter provides a partially completed grid - via Wikipedia.org ((https://en.wikipedia.org/wiki/Sudoku)

You can customize

  • The board size
  • The number of empty squares

While picking the number of squares missing here is a table of difficulty:

Sudoku Size Easy (Low diff) Medium diff Hard diff
9×9 board ~30–40 missing ~41–50 missing ~51–60+ missing
16×16 board ~60–80 missing ~81–100 missing ~101–120+ missing
25×25 board ~120–160 missing ~161–200 missing ~201–250+ missing

Important for mobile users!

In my experience the 9x9 board loads perfectly hovewer a 16x16 board overflows. Soo for bigger boards please switch to a pc.

About

This is a simple sudoku (customizable)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages