Wordle is a puzzle game that rose in the year 2021 and is still popular today. It is a spin-off of a classic game called Mastermind where the player guesses the right combination of colors. In Wordle, however, the player has to guess the word instead of the colors.
Anyhow, we're not here to discuss how the game is played since there are a lot of tutorials out there. What you're here for is a program that helps us solve the wordle for fun. This program requires your system to have Java installed.
This project is created under Creative Commons license. You are allowed to use and distribute the software for free but not allowed to use it for commercial purposes. If you are a developer, you are free to fork and modify our source code.
Extract the zip file and you should see two files named WordleSolver.jar and dictionary.txt. If you have Java installed, then run the WordleSolver.jar file. The dictionary.txt file contains a list of English words that the program will use to solve the puzzle. You can customize the dictionary file as you see fit.
To solve a puzzle, input a word and appropriately mark letters with the right color as you play the puzzle. Click the Update button to see all possible words that would fit the criteria.
Out of laziness, we only limited this wordle solver to 5 letter words. If you want to make it flexible for any size of words then feel free to fork the source code and modify it on your own.
Wordle Solver
by
it2051229 is licensed under a
Creative Commons Attribution-NonCommercial 4.0 International License.
Based on a work at https://github.com/it2051229/WordleSolver.
This is a non-profit project organized, developed, and maintained by...