Wordle Solver Streamlit app!

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

7 Likes

Great Job Man :tada:
Loved it :slightly_smiling_face:

1 Like

Today’s (23 March, 2022. nytimes.com wordle, 5 letters) working in 5 attempts. Still nice app! :smile:

1 Like

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

1 Like

v0.3 of my Wordle Solver app is now live! :slight_smile:

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! :slight_smile:

1 Like

Hey @SiddhantSadangi - ICYMI I thought you might enjoy this… apparently this is an optimal algorithm: https://auction-upload-files.s3.amazonaws.com/Wordle_Paper_Final.pdf

1 Like

Thanks for sharing this @asehmi !
This algorithm won’t actually work on the “hard mode” of worldle which requires your guess to contain letters already revealed

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.