Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 747 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 747 Bytes

WordleClone

A simple implementation of wordle in python

How to use?

  1. Download the source code from https://github.com/Wolfoverflow/WordleClone/archive/refs/tags/v1.0.0.zip
  2. Cd into the directory of the zipfile
  3. Run unzip source code (unzip WordleClone-1.0.0)
  4. Cd into WordleClone-1.0.0
  5. Run the file (wordle.py) in your favorite python execution program whether that'll be terminal, command prompt or a code editor
  6. Enter a 5 lettter word
  7. 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.
  8. After the 6'th turn or a win, the program will adbruptly end Happy rage quitting!

TODO:

Make the GUI

Create more test cases for edges