Check out this awesome Streamlit app I built https://share.streamlit.io/siddhantsadangi/wordlesolver/app.py
This solver works with words upto 21 letters long, and also on Wordle’s hard mode… It currently needs only ~3 attempts to converge to a solution
Great Job Man Loved it
Today’s (23 March, 2022. nytimes.com wordle, 5 letters) working in 5 attempts. Still nice app!
Thanks… backdating the tests to Feb 11th, the convergence increases to 4.2 attempts. I am working on some algorithm updates to bring this down
v0.3 of my Wordle Solver app is now live!
No significant UI changes (except defaulting word length to 5), but some algorithm changes which should hopefully make the solver converge faster (backtesting on 2021 data took 4.3 attempts compared to the 4.5 of the previous version)
App link: https://share.streamlit.io/siddhantsa…/WordleSolver/app.py
Do share your feedback!