-
A random 5 letter word is selected by the computer, the objective of the game is guess the word that is selected by 6 moves
-
The user must enter valid 5 letter words every time they wish to make a guess
-
Incorrect letters of the guess become visible in the 'Incorrect Letters' list
-
Correct letters that are in the correct position are visible as 'UPPERCASE' characters
-
Correct letters that are in the wrong position are visible as 'lowercase' characters
git clone https://github.com/FOSSit/wordle-clone
cd wordle-clone
python Wordle.py