Instead of blurting out CONGRATULATIONS, we now let Vanna turn the letters one last time on the Alphabet Board to reveal whether the word is correct.
Additionally, the Hints Board is now updated after the Alphabet Board. This took some getting used to when I played it at first, because my habit was to look at the Hints Board first, but I think it is better because otherwise the word is shown immediately when the player guesses correctly.
A superior solution may be to update the Alphabet and Hints boards in tandem. After each letter Vanna turns, show it on the Hints Table. However, that would make the code a bit messier and possibly slower as the cursor would be jumping around more often.
Closes #13.
Instead of blurting out CONGRATULATIONS, we now let Vanna turn the letters one last time on the Alphabet Board to reveal whether the word is correct.
Additionally, the Hints Board is now updated after the Alphabet Board. This took some getting used to when I played it at first, because my habit was to look at the Hints Board first, but I think it is better because otherwise the word is shown immediately when the player guesses correctly.
A superior solution may be to update the Alphabet and Hints boards in tandem. After each letter Vanna turns, show it on the Hints Table. However, that would make the code a bit messier and possibly slower as the cursor would be jumping around more often.