A python version of the word game Text Twist. Try to guess all 3 - 6 letter words that can be made from a set of 6 letters.
The word lists used to populate each level were generated from a UNIX dictionary file.
Requirements:
python >= 3.8
tkinter
Clone the repository:
git clone https://github.com/s4826/TextTwistClone.git
No 3rd-party modules are required, but the project does require tkinter. Depending on your python distribution, you may not have tkinter installed. To check if you have tkinter installed, run 'python -m tkinter' from the command line.
From the main app directory, run:
python app.py