Wordle - Automated using Java

Опубликовано: 19 Июнь 2026
на канале: Coding Saint
427
6

This video shows wordle bein automated using Java
This is a simple attempt to solve wordle using Java and it's filter with Predicate Steps are simple

Solve until not found the right answer
Load all of the words from the file (created via https://www-cs-faculty.stanford.edu/~... )


Java 17
Playwright 1.17.0
#Run it With Java 17+ and maven install

mvn clean install
java -jar .\target\wordle-1.0-SNAPSHOT-jar-with-dependencies.jar

You can check the source code https://github.com/CODINGSAINT/wordle...