🌀 Maze
Navigate from start to finish through the winding passages.
Category
Loop & Path
How to Play
- Find a path from the entrance to the exit
- You can only move through open passages
- Walls block movement
- The path cannot cross itself
- There is always exactly one solution
Puzzle Source
🔧 Generator
Puzzles are algorithmically generated on-the-fly.
Source: Algorithmic maze generation (recursive backtracking)
Tips & Strategy
- Try both working forward from start and backward from end
- Dead ends help eliminate wrong paths
- Keep one hand on the wall (wall-following) as a systematic approach
Issues & Bugs
🔍 Search existing issues for "Maze"
📝 Report a new bug
Part of the Enigma puzzle collection