Code In Place - Final Project

by Hannah W

Description

Word Guess reads a random word from a file and allows the user to guess letters until the full word is revealed or until their guess limit has run out. The guess must be a single, alpha character; both uppercase and lowercase letters are accepted. My program keeps track of the user's guess history and will prompt the user for a new guess if the same letter has already been guessed.