Enigma Game Documentation

Documentation for the Enigma puzzle collection

View the Project on GitHub ianfhunter/Enigma

☠️ Hangman

Guess the hidden word one letter at a time before running out of chances.

Category

Word Formation

How to Play

  1. A secret word is represented by blank spaces
  2. Guess one letter at a time
  3. Correct guesses reveal all instances of that letter
  4. Wrong guesses cost you a life (limited lives)
  5. Win by revealing the complete word before running out of lives

Puzzle Source

🔧 Generator + 📊 Dataset

Puzzles combine algorithmic generation with curated data.

Source: Random word selection from word list

Tips & Strategy

Issues & Bugs

🔍 Search existing issues for "Hangman"

📝 Report a new bug


Part of the Enigma puzzle collection