/wordle

Wordle solver with a transformer deep learning neural network.

Primary LanguagePython

wordle

Wordle is a web-based word game created and developed by Welsh software engineer Josh Wardle. Players have six attempts to guess a five-letter word, with feedback given for each guess in the form of coloured tiles indicating when letters match or occupy the correct position. Wordle has a single daily solution, with all players attempting to guess the same word. During 2023, Wordle was played 4.8 billion times.

https://wordly.org/

To Play

First clone the repository, and move into the directory of the repo.

$ git clone https://github.com/woodRock/wordle.git
$ cd wordle

Install the necessary packages.

$ pip install -r requirements.txt

Then run the following command.

$ python3 play.py

Follow the instructions presented.