This word-guessing game is my final project for Code in Place. It is a very basic game that any amateur programmer can try.
The player gets 1 point for every word guessed correctly. He/she gets 7 attempts to guess the missing letters of each word (words are randomly generated each time from a python file containing a list of words with non-repeating letters).