A Python implementation of the popular game Wordle, featuring the original Wordle dataset of over 2000 possible answer words.
Watch it here.
- Language: Python
- Libraries: Pygame
- Fork this repository.
- Clone the repository:
git clone https://github.com/<your_username>/Wordle.git
- Navigate to the directory:
cd Wordle - Install dependencies:
pip install -r requirements.txt
To run the program, execute the following command in your terminal:
python wordle.py