🔤 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
- Fill each cell with a number (1-n) and a letter (A-n)
- Each row must contain all numbers 1-n exactly once
- Each row must contain all letters A-n exactly once
- Each column must contain all numbers 1-n exactly once
- Each column must contain all letters A-n exactly once
- No (number, letter) pair may appear twice in the entire grid
Grid Sizes
Difficulty Levels
- Easy: More pre-filled cells
- Medium: Moderate starting hints
- Hard: Fewer hints
- Expert: Minimal starting information
Puzzle Source
🔧 Generator
Puzzles are algorithmically generated with guaranteed unique solutions.
Source: Procedural generation with difficulty grading
Tips & Strategy
- Start by identifying cells with limited possibilities
- Track which number-letter pairs have been used
- Use process of elimination for rows and columns
- Remember: each combination like "2B" can only appear once
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