Enigma Game Documentation

Documentation for the Enigma puzzle collection

View the Project on GitHub ianfhunter/Enigma

🔲 Sliding Puzzle

Slide tiles to complete the image. A classic brain teaser!

Category

Tile & Spatial

How to Play

  1. Slide tiles into the empty space
  2. Only one tile can move at a time
  3. Tiles can only move into the adjacent empty space
  4. Arrange tiles to form the complete picture/sequence
  5. Minimize moves for the best score

Puzzle Source

🔧 Generator

Puzzles are algorithmically generated on-the-fly.

Source: Scrambled from solved state with solvability check

Tips & Strategy

Issues & Bugs

🔍 Search existing issues for "SlidingPuzzle"

📝 Report a new bug


Part of the Enigma puzzle collection