Wordle Example 1

example game, user quits

$ python3 wordle.py

Welcome to Wordle!
 The computer will select a secret five letter english word.
 You will have six guesses to determine the secret word.
 Each guess must be a five letter word from the dictionary.
 If a letter in your guess appears in the secret word
    in the same location, the game will show this letter in
    UPPER CASE
 A letter that appears in the secret word but not in the same
    location will be shown in lower case.
Good Luck!


Guess a five letter word: hunch

Status: - - n - -

Guess a five letter word: guess

Status: - - e s -

Guess a five letter word: sneer

Status: s n - E r

Guess a five letter word: QUIT

Better luck next time! The word was RISEN.