Exercise: Implement Letter Guessing Game
Reinforce your knowledge of the Array data type by creating this fun letter guessing game.
We'll cover the following...
Letter Guessing Game
Write a program to guess a word by trying to guess the individual characters. The word to be kept secret by the computer is made available to you in a variable named secret_word
.
The game flow
Access this course and 1400+ top-rated courses and projects.