Herdís Heiða Jing Guðjohnsen
- Python 3.4+ (for
pathlib)
Wordle is a daily word-guessing game where the goal is to deduce the hidden word using logic and process of elimination. Players set their own rules; choosing X attempts to guess a Y-letter word and recieve feedback after each try.
- Word length (MAX 20)
- Guess attempts (MAX 20)
- Wordbank words
- 🟩 C = Correct letter & position
- 🟨 c = Correct letter, wrong position
- 🟥 - = Letter not in the word
Clone the repositor, use the terminal to go to the directory of the Wordle program and run it with the start.py file.
git clone https://github.com/herdisheida/P6-Wordle
cd <your-wordle-game-folder>
python3 start.pyOr you can run it in VS Code by running the start.py file.
You can signup and login by typing your username at the start of the programm, no password needed :D. If you want to try an existing account, use username:
- 'test'
- 'mima'