Wordle is an innovative game that tests your logic skills as well as your vocabulary. First developed by Josh Wardle, then later sold to big media comapany The New York Times. I have taken up the task to recreate this famous game in Java and are successful. Though it is not perfect, I have tried to recreate it to the best of my abilities.
Just have JRE or JDK 18 installed to run this program.
You can get the installable in latest releases.
Support is coming soon!
As I am an amateur coder, I made some small compromises (doesn't affect the overall game). First, I display only the number of double letters and not show them in the word itself; this makes the game a little more difficult. To counter it, I added 1 more try so you get a total of 7 tries. Also, when 2 of the same letters in a guess are the same, there could be only be one depending on the display of the multiple letters.