Enter a word by clicking on the "Enter word" block. Click on the "Enter" block or press space to check that word. Grey - the letter is not in the word yellow - the letter is not in the right place green - the letter is in the right place Top right variable displays the highest streak of correct guesses. Bottom variable indicates current streak of correct guesses.
I spent a long time implementing all the words into the list!! :) The list contains usual words meaning you cannot input abstract words and check them as the program checks to see if the word you have inputted is valid by comparing it to words of the list. Therefore if the word inputted is not in the list, it will be classified as invalid.