I\'m trying to develop a simple text-based hangman game, and the main game loop starts with a prompt to enter a guess at each letter, then goes on to check if the letter is
A couple points I noticed:
scanf("%c")
i
secretWord
covered[j]