octokatherine / word-master

A Mastermind-like word guessing game
MIT License
381 stars 240 forks source link

Avoids marking repeated letters in the guess as yellow when that letter appears only once in the answer word #20

Closed Sam0ht closed 2 years ago

Sam0ht commented 2 years ago

Fixes #16 Repeated letters being marked all yellow when that letter occurs only once in the correct answer word.

Note - I've tested this a fair bit manually, but it's hard to be 100% confident it's good(!)