octokatherine / word-master

A Mastermind-like word guessing game
MIT License
377 stars 239 forks source link

Rejected Legitimate Words #135

Closed RainEngineer closed 2 years ago

RainEngineer commented 2 years ago

WordMaster frequently rejects legitimate words when operating in the Hard mode - these very words are found acceptable in Normal mode. Two examples are "PIXEL" and sometimes "RADIO". Several other words have been found to fail.

octokatherine commented 2 years ago

Hard mode means you have to use any hints given so far in each subsequent guess. So all green letters you've been given must be used in the same spot, and yellow letters must be used. That is likely why those guesses are failing.

If you believe there is actually a bug, feel free to send a screenshot of a word being rejected in hard mode