Enigma Game Documentation

Documentation for the Enigma puzzle collection

View the Project on GitHub ianfhunter/Enigma

🌀 Maze

Navigate from start to finish through the winding passages.

Category

Loop & Path

How to Play

  1. Find a path from the entrance to the exit
  2. You can only move through open passages
  3. Walls block movement
  4. The path cannot cross itself
  5. There is always exactly one solution

Puzzle Source

🔧 Generator

Puzzles are algorithmically generated on-the-fly.

Source: Algorithmic maze generation (recursive backtracking)

Tips & Strategy

Issues & Bugs

🔍 Search existing issues for "Maze"

📝 Report a new bug


Part of the Enigma puzzle collection