Enigma Game Documentation

Documentation for the Enigma puzzle collection

View the Project on GitHub ianfhunter/Enigma

🔤 Eulero

Fill the grid with number-letter pairs following Latin Square rules.

A.K.A.

Also known as: Graeco-Latin Square, Euler Square, Orthogonal Latin Squares

Category

Logic Puzzles

How to Play

  1. Fill each cell with a number (1-n) and a letter (A-n)
  2. Each row must contain all numbers 1-n exactly once
  3. Each row must contain all letters A-n exactly once
  4. Each column must contain all numbers 1-n exactly once
  5. Each column must contain all letters A-n exactly once
  6. No (number, letter) pair may appear twice in the entire grid

Grid Sizes

Difficulty Levels

Puzzle Source

🔧 Generator

Puzzles are algorithmically generated with guaranteed unique solutions.

Source: Procedural generation with difficulty grading

Tips & Strategy

Historical Note

Named after mathematician Leonhard Euler who studied these structures in 1782. The puzzle combines two Latin squares (one for numbers, one for letters) where every pair appears exactly once.

Issues & Bugs

🔍 Search existing issues for "Eulero"

📝 Report a new bug


Part of the Enigma puzzle collection