octokatherine / word-master

A Mastermind-like word guessing game
MIT License
382 stars 237 forks source link

Mark keyboard green only after finding ALL occurrences of letter #72

Closed ZachEdwards7 closed 2 years ago

ZachEdwards7 commented 2 years ago

https://github.com/octokatherine/word-master/issues/71

ZachEdwards7 commented 2 years ago

Alternative approach would be to implement the same logic as updateCellStatuses , eg const answerLetters = answer.split(''); // ... // answerLetters.splice(i, 1);

octokatherine commented 2 years ago

https://github.com/octokatherine/word-master/issues/71#issuecomment-1014798460