Skip to content

CMarah/wordlesolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WORDLE SOLVER

Available here!

I was wondering if you could solve every Wordle puzzle with a bit of code, and you can! It's not completely straightforward, you need to apply at least some heuristics to correctly select your guesses, but it's perfectly possible. The general idea is to guess the word which will give us the most information, so I try to choose the word whose letters appear the most. Each step, you filter the possible words and repeat the process.

Done with React & Tailwind.

You can play Wordle here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages