Wordle AI banner

Wordle AI

4 devlogs
2h 28m 50s

To improve my Python skills, I am creating an AI that can help you solve Wordle & that runs a simulation.

Note: This can only handle 5-letter, 1-word games like the original game! Not all words count (check the ReadMe for more information). Ple…

To improve my Python skills, I am creating an AI that can help you solve Wordle & that runs a simulation.

Note: This can only handle 5-letter, 1-word games like the original game! Not all words count (check the ReadMe for more information). Please also note, as stated in the ReadMe, that feedback must be a sequence of 5 letters (uppercase G, Y, & B only).

This project uses AI

I used Gemini to brainstorm & debug.

Demo Repository

Loading README...

davidv3767

After TWO REJECTIONS, I figured out the problem with my demo: some wrong logic & the wrong command used. With the help of shipwrights @Obay & Nullskulls on Slack, I was able to debug my code.

P.S. I spent way more time, but I only spent 16 minutes working on the code. :)

Attachment
2

Comments

neetumandavi25
neetumandavi25 6 days ago

Oh, I also spent a lot of time voting. I have just gotten access to voting and am able to do something now. You have been very patient and have not gotten demotivated. Your efforts are very good. Even after two rejections.

davidv3767
davidv3767 6 days ago

Thanks, neetumandavi25, for the compliment!

davidv3767

Shipped this project!

Hours: 2.22
Cookies: 🍪 27
Multiplier: 12.25 cookies/hr

I built a Wordle AI to grow my Python skills and for getting help in Wordle while still (technically) solving it myself. The hardest part was getting started, but some brainstorming helped a lot.

davidv3767

I added a simulation to test my work, and on a few tests, the average numbers of turns is between 4.7 & 4.9.

Attachment
Attachment
0
davidv3767

I was able, after some hard work, to improve the size of the dictionary to fit Wordle and use a score system to give the best words (still slightly alphabetical).

Attachment
0