Enigma Game Documentation

Documentation for the Enigma puzzle collection

View the Project on GitHub ianfhunter/Enigma

🪜 Word Ladder

Transform one word into another by changing one letter at a time.

A.K.A.

Also known as: Doublets, Word Golf, Laddergrams

Category

Word Formation

How to Play

  1. You're given a starting word and a target word
  2. Change exactly one letter at a time to form a new valid word
  3. Each step must be a real English word
  4. Find the shortest path from start to target
  5. You cannot add or remove letters, only substitute

Puzzle Source

🔧 Generator

Puzzles are algorithmically generated on-the-fly.

Source: Generated with word graph traversal

Tips & Strategy

Issues & Bugs

🔍 Search existing issues for "WordLadder"

📝 Report a new bug


Part of the Enigma puzzle collection