Skip to content

C++ Algorithm used to find the mystery word for the popular web game Wordle.

License

Notifications You must be signed in to change notification settings

vladi443/wordle-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordle-bot

C++ algorithm that rates and attempts to guess the daily word for the popular web game Wordle.

Installation

Wordle Bot can be downloaded as an EXE file, or its source code can be manually compiled and executed.

Executable file can be downloaded from here.

Instructions on how to compile and execute C++ file can be found here.

Usage

Once installed / compiled, simply run the wordle bot executable file to start using the application.

Wordle Bot will ask you to input the full pathway to where its files are installed, make sure pathway is copied correctly in order for the program to run.

Follow the application instructions to choose its run mode and begin guessing the daily Wordle word.

Troubleshooting

If you encounter any problems during compiling or using Wordle Bot, please open an issue and describe the problem found. Sample data or screenshots will be extremely helpful for troubleshooting the problem.

Make sure you have successfully followed the Code Compilation steps, and that both text files required for Wordle Bot are downloaded and specified upon running the program.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change or add to Dictionary

Please make sure to update tests as appropriate and document the changes made.

Acknowledgements

Thanks to MakeaREADME which template and information I used when developing this README.

Special thanks to english-words github repository, from which the words-list.txt file was taken.

And special thanks to Custom Dictionary, from which the words-def.txt file was taken.

Their work was crucial to the development of Wordle Bot, so special thanks again for making their work available to the public.

Dictionary was inspired by the popular Wordle Web Game.

License

GNU GPLv3

Releases

No releases published

Packages

No packages published

Languages