A simple implementation of wordle in python
- Download the source code from https://github.com/Wolfoverflow/WordleClone/archive/refs/tags/v1.0.0.zip
- Cd into the directory of the zipfile
- Run unzip source code (unzip WordleClone-1.0.0)
- Cd into WordleClone-1.0.0
- Run the file (wordle.py) in your favorite python execution program whether that'll be terminal, command prompt or a code editor
- Enter a 5 lettter word
- If your letter was green, keep it there, it was correct. If it was yellow, try putting it somewhere else and finally. If it was grey, avoid usage.
- After the 6'th turn or a win, the program will adbruptly end Happy rage quitting!
Make the GUI
Create more test cases for edges