Enigma Game Documentation

Documentation for the Enigma puzzle collection

View the Project on GitHub ianfhunter/Enigma

🔵 Suko

Fill a 3×3 grid with numbers 1-9 to satisfy sum and color constraints.

A.K.A.

Also known as: Suko Puzzle, Sum Puzzle

Category

Number Puzzles

How to Play

  1. Place numbers 1-9 in the 3×3 grid (each number used exactly once)
  2. Circle clues at intersections show the sum of their 4 surrounding cells
  3. Cells are colored green, orange, or yellow
  4. Each color group must sum to its target value
  5. All constraints must be satisfied simultaneously

Clue Types

Controls

Puzzle Source

📦 Dataset

Puzzles are loaded from a pre-computed dataset of unique solutions.

Source: Generated dataset License: Internal

Tips & Strategy

Mathematical Note

With 9 cells and 4 overlapping sum constraints plus 3 color constraints, Suko puzzles require careful logical deduction. The total of all cells is always 45 (1+2+...+9).

Issues & Bugs

🔍 Search existing issues for "Suko"

📝 Report a new bug


Part of the Enigma puzzle collection