The 'WORDLE' Game
Assess a guess against the target word
Get counts of each letter in the target
Submit a guess word to a wordler game object
Detects wordler objects
Establish if guess is correct and set game state accordingly
Constructs a new object of class "wordler"
Play a game of WORDLE in the console
Prints a wordler game to the console.
Prints instructions to play a wordler game in the console
Establish which letters are known to be in the correct position in the...
Establish which letters are known to be in the target word
Establish which letters are known to not be in the target word
The 'Wordle' game. Players have six attempts to guess a five-letter word. After each guess, the player is informed which letters in their guess are either: anywhere in the word; in the right position in the word. This can be used to inform the next guess. Can be played interactively in the console, or programmatically. Based on Josh Wardle's game <https://www.powerlanguage.co.uk/wordle/>.