bgri / m100LE

A Wordle-like game for the vintage Tandy (Radio Shack) Model 100
11 stars 1 forks source link

Handle duplicate letters correctly #53

Closed hackerb9 closed 9 months ago

hackerb9 commented 1 year ago

If the user guesses a duplicate letter, mark them both if and only if there are two such letters in the solution.

XEROX The secret word FEMME User's guess .*... ← Correct hint behaviour

XEROX The secret word EXLAX User's guess ??..* ← Correct hint behaviour

XEROX The secret word EXXON User's guess ???*. ← Correct hint behaviour

Closes #52