Before a request, the Hangman state is display = “_ a _”, us…
Before a request, the Hangman state is display = “_ a _”, usedLetters = [“a”], and misses = 2. The client sends a guess whose value is “ab”. Which result best preserves the protocol and game-state invariant?
Read Details