Skip to content

3l0w/WordleReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordleReader

Program that autosolve the wordle

Building

Its a basic cmake project but there is git submodules:

git clone --recurse-submodules https://github.com/3l0w/WordleReader.git

Or

git clone https://github.com/3l0w/WordleReader.git
cd WordleReader
git submodule init
git submodule update

Then build it

mkdir build
cd build
cmake ..
make

Usage

./WordleReader

Its very easy to use simply execute the binary and place your mouse on the top left corner of the worlde press right ctrl and redo the same for the bottom right corner of the wordle

Note

This program use my lib WordleSolver this lib use two file called words.txt (the list of words used in the game) and result.txt (computation of the best starting word) they are need is the local directory where the program is run, i've provided them into this project

About

Program who solve auto the wordle using x11

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published