Enigma Game Documentation

Documentation for the Enigma puzzle collection

View the Project on GitHub ianfhunter/Enigma

🌀 Letter Orbit

Find 4-letter words by traversing concentric orbits of letters.

A.K.A.

Also known as: Ring Words, Orbital Spelling

Category

Word Games

How to Play

  1. Four concentric rings each contain 3 letters
  2. Form 4-letter words by selecting one letter from each orbit
  3. Letters must be used in orbital order: inner→outer OR outer→inner
  4. Words must follow a straight path through the orbits (no skipping or backtracking)
  5. Find as many valid words as possible

Scoring

Direction Indicator

Puzzle Source

🔧 Generator

Puzzles are algorithmically generated with guaranteed solvable words.

Source: Procedural generation using a common word dictionary

Tips & Strategy

Issues & Bugs

🔍 Search existing issues for "LetterOrbit"

📝 Report a new bug


Part of the Enigma puzzle collection