i don’t know why but when i test the game as done in the lecture it counts wrong here is an example
here is my code
i don’t know why but when i test the game as done in the lecture it counts wrong here is an example
here is my code
That should be
if (Guess[GuessIndex] == HiddenWord[HiddenWordIndex))
for the second if statement.
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.