Guess one letter at a time of a codeword, represented by blank placeholders for each letter, to catch your puppy before it escapes under your fence.
You will need to install python 3.7 to run this program.
On the terminal, cd into the file directory of the program.
To run the script: python3 pupChase.py
Users will be able to see their incorrect guesses, progress on the codeword, and number of dictionary matches from noun.py based on the correctly/incorrectly guessed letters.
- Python3 - The language used