Skip to content

Wordle solver with a transformer deep learning neural network.

Notifications You must be signed in to change notification settings

woodRock/wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Wordle solver with a transformer deep learning neural network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages