Saturday, 16 June 2012

17 June

Program is working fine, i fixed the "How many games do you want to play" to make sure it only accepts an int between 1-9 and i added the "you have (x) strikes" (x being the amount of strikes) and also the "Letters that have already been guessed are (y). (y being the guesses the user has guessed.

17 June

Today i addressed my incorrect length of words problem. This was due to a silly mistake in writing the code as i had typed the same thing twice "  word = random.choice(wordBank)" and i had my modules in the wrong order, When i ran the program it selected another word. Then when the program went to find a new word it found another random one, thus printing the incorrect letters. I now plan to add the progress report after every guess