Rules (Wordle-based)
- There are two hidden 5-letter words.
- You type a guess. You get one row of colors.
- For each hidden word, we compute normal Wordle feedback.
- Then we combine the two feedback rows:
- If a tile is π© in either word β you see π©
- Else if itβs π¨ in either word β you see π¨
- Else β¬
- If your guess matches one hidden word exactly, that word becomes Solved.
- You win when you solve both words within the guess limit.
Difficulty
- Easy: the two hidden words share no letters.
- Hard: the two words may overlap.