As a player, I want some hints about how close my previous guesses are so I have a better shot at winning.
Definition of done:
When a user makes a guess and one or more letters in the guess match the secret word, then those letters should appear in green
When a user makes a guess and one or more letters in the guess are in the secret word, but are not in the correct spot, then those letters should appear in yellow.
When a user makes a guess and one or more letters in the guess are not in the secret word at all, then those letters should appear in gray.
As a player, I want some hints about how close my previous guesses are so I have a better shot at winning.
Definition of done: