Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.49 KB

README.adoc

File metadata and controls

39 lines (26 loc) · 1.49 KB

Yet Another Wordle Solver

About the Project

Wordle Solver is based on an idea presented in a stream by Tom Cools as well as by a rather interesting as well as extremely over-engineered take on the potential logic behind a Wordle Checker.

While the number of Wordle solvers in the wild is legion, both inputs got me interested in trying one solution myself. Similar to the link above, the interaction with the website in question was done using Microsoft Playwright rather than Selenium.

👉
The application is an unrefined Proof Of Concept, feel free to use as a basis for improvements.

Stack

  • Java 17

  • Maven

  • Microsoft Playwright

Getting started

The application currently expects a words.txt in the application’s folder. If none is provided, the application will try to download a word list from this repository (direct link).