words.txt is read in by the program |
5 |
The user is able to play on easy mode, normal mode, or hard mode |
5 |
A random word from the file is selected each time the game is played |
10 |
After the correct number of incorrect guesses, the program ends and the answer is printed out |
20 |
The program ends if the user guesses correctly, and prints out number of guesses made |
10 |
The program correctly identifies green (checkmark) characters |
10 |
The program correctly identifies yellow (box) characters |
10 |
The program correctly identifies red (X) characters |
10 |
If the user enters a guess > or < 5 characters, it prompts the user to re-enter their guess |
10 |
Your program contains an adequate amount of comments |
10 |