Enigma Game Documentation

Documentation for the Enigma puzzle collection

View the Project on GitHub ianfhunter/Enigma

🔢 Hidato

Fill the grid with consecutive numbers that connect through adjacent cells.

A.K.A.

Also known as: Number Snake, Number Path

Category

Loop & Path

How to Play

  1. Place consecutive numbers starting from 1
  2. Each number touches the next (including diagonals)
  3. Some numbers are given as clues
  4. Find a path from 1 to the maximum number
  5. All cells must be filled

Puzzle Source

🔧 Generator

Puzzles are algorithmically generated on-the-fly.

Source: Generated consecutive number path puzzles

Tips & Strategy

Issues & Bugs

🔍 Search existing issues for "Hidato"

📝 Report a new bug


Part of the Enigma puzzle collection