Geen-19 / wordle-clone

Wordle clone: 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Wordle clone: 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


Languages

Language:Python 100.0%