Solving Wordle with Python

preview_player
Показать описание

0:00 Intro to Wordle
1:06 Principles
3:14 Whiteboarding
6:24 Base algorithm
10:31 Implementing naïve solution
18:00 Automation
24:57 Improvement #1 - Letter frequency
30:32 Improvement #2 - Don't filter pick list
35:10 Improvement #3 - Use game's dictionary
40:05 Demo
40:56 Recap
Рекомендации по теме
Комментарии
Автор

So intuitive... Thank you very much! <3 Watched the entire video and it was so well explained.

alamjim
Автор

This is an amazing video! You should consider getting a better mic though, your code and explanations are so great, but the audio quality is very poor.

iankelley
Автор

I, too, am in awe of both your "product" and - even more - your sharing your "thought processes" in developing it.... However, it seems almost "sloppy" for you NOT to have read about ["researched" ?] and initially coded the "1250 or so COMMON WORDS" that turned the game into the big hit that it quickly became. Towards the end, when your algorithm suggested trying the word CONTG, it became clear that you had put "the CART in front of the HORSE." As I say, I'm overwhelmingly positive about this video, but there IS a lesson to be learned from what I've written. (It's as if someone were trying to develop a drug to cure this or that ... just by trying a thousand different existing drugs as step #1. It's best to let "what's known" color what one tries, and it's even better to focus on "WHAT DO WE/SHOULD WE KNOW?" before starting to code.)

rasberryjuce
Автор

Hey trying to make a simple version to wordle having some issues with the code ..could u take a look for me plz

Moviesntvz