Enigma Game Documentation

Documentation for the Enigma puzzle collection

View the Project on GitHub ianfhunter/Enigma

➕ Japanese Sums

Fill the grid with numbers where clues indicate sums of consecutive groups.

A.K.A.

Also known as: Sums, Sum Crossword, Sum Puzzle

Category

Logic Puzzles

How to Play

  1. Fill white cells with numbers 1-n (where n is the grid size)
  2. Each row and column must contain each number exactly once
  3. Shaded cells separate the grid into groups
  4. Numbers outside the grid show the sums of consecutive filled cell groups
  5. Multiple clues indicate multiple groups in that row/column

Example

If a row clue shows "6 9", that row has two groups of white cells. The first group sums to 6, the second to 9, separated by a shaded cell.

Grid Sizes

Difficulty Levels

Puzzle Source

🔧 Generator

Puzzles are algorithmically generated with guaranteed unique solutions.

Source: Procedural generation with difficulty grading

Tips & Strategy

Issues & Bugs

🔍 Search existing issues for "JapaneseSums"

📝 Report a new bug


Part of the Enigma puzzle collection