A simple, barebones wordle solver. Uses the idea of binary search to eliminate guesses until it arrives at an answer
Note: Uses the original wordle answer list, which NYT has since updated. It may not work some days, where the word is not found in WordleAnswers.txt
- Add double/triple letter evaluation
- Update word bank
- Write a typical (brute force tree search) wordle bot