Skip to content

amogiska/Wordle-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle-Bot

Wordle is a viral web-based word game that requires players to guess a 5-letter word with in 6 tries. On each guess the game provides feedback on what characters in your guesss you got wrong and right. This java program, Wordle-Bot, will help you solve Wordles by suggesting optimal gueses! The program has a 100% success rate on over 50 Wordles played!

Approach

The program is divided into three classes:

-Dictionary: keeps track of the all the possible valid words given the conditions.

-Updates: updates the dictionary based on the user input.

-Main: the driver class that takes the user input and suggests words for use.

After the program suggests a guess, the user can input the word into the game and check if it is valid. If the word is valid the user is prompted to enter which characters he missed, which ones he got right, and which ones he got right in the correct position. After this is updated in the updates class, the information is passed on to the dictionary class that narrows the list of words based on the conditions, which in turn helps produce the next guess.

Here are some screenshots of the program and the game:

Screen Shot 2022-03-14 at 6 17 22 PM

Screen Shot 2022-03-14 at 6 16 50 PM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages