Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 616 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 616 Bytes

WORDLE CLONE

INSTRUCTIONS:

  1. 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

  2. The user must enter valid 5 letter words every time they wish to make a guess

  3. Incorrect letters of the guess become visible in the 'Incorrect Letters' list

  4. Correct letters that are in the correct position are visible as 'UPPERCASE' characters

  5. Correct letters that are in the wrong position are visible as 'lowercase' characters

DEVELOPMENT:

git clone https://github.com/FOSSit/wordle-clone
cd wordle-clone
python Wordle.py