Inspiration
Find a way to aid a user in solve Wordle problems
What it does
Gives word suggestions for Wordle based on inputs by user
How we built it
We used python, including libraries such as scipy and wordfreq for the algorithm
We broke it down to 3 parts; namely the bot interface, the bot logic and the solving algorithm
Challenges we ran into
Not knowing much about information theory, it was a challenge to properly implement entropy to aid in word suggesting
Bugs were met during the implementation of the telegram bot as well
Accomplishments that we're proud of
Smooth implementation of algorithm and frontend user interface (Telegram bot)
Use of word frequency and information theory (entropy) for the algorithm, to aid in sorting in addition to removing words based on user inputs naively
What we learned
How to create a telegram bot
Use of information theory and word frequency to aid in word suggesting
What's next for Wordle Solver Telegram Bot
Host our bot online (so it runs 24/7)
Reduce time taken for the algorithm to run
Higher probability of successful Wordle suggestions, such as creating a better formula using word frequency and entropy, adding uncertainty
Log in or sign up for Devpost to join the conversation.