D
Dylan Rodriguez
How do I print the dashes and letters to represent the word to be
guessed.
The letters guessed by the player are properly put into the respective
arrays.
Whatever I try to do I either get all dashes back or the whole word back
_ _ _ _ or f i s h, never f _ _ h
My arrays are @correct_guesses and @incorrect_guesses
How do I get it to say puts @correct_guesses in the right blanks and if
the guess is @incorrect_guesses to leave it blank
guessed.
The letters guessed by the player are properly put into the respective
arrays.
Whatever I try to do I either get all dashes back or the whole word back
_ _ _ _ or f i s h, never f _ _ h
My arrays are @correct_guesses and @incorrect_guesses
How do I get it to say puts @correct_guesses in the right blanks and if
the guess is @incorrect_guesses to leave it blank