Recreated viral web-based word game “Wordle” in Java
Be sure to change the path for the dictionary file before running Wordle.java. Given dictionary file is five_letter_words.txt.
If you want to use a different dictionary of words, simply upload a new textfile containing 5 letter words, OR run creating_dict.ipynb on a dictionary file to return a file contianing only the 5 letter words from the input file.