Devlog #3
The Wordle bot is finally complete kinda! I finished training the tile color classifier, integrated it into the solver, and connected everything to the bot. Watching the bot take a screenshot, read the board, interpret the colors, and play the game on its own was a really satisfying moment.
That said, there’s still plenty to improve. The biggest issue is that once the correct word is found, the bot doesn’t always detect the completed board correctly. I also want to improve the solving algorithm—it’s averaging around 4 guesses right now, but I think I can get that closer to 3 with a better strategy.
The code could definitely use some cleanup too. I rushed a lot of it because I just wanted to see the full thing working 😭. Now that I know it works end-to-end, it’s time to refactor and optimize everything.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.