/wordle

basic wordle solver vanilla js app

Primary LanguageHTMLMIT LicenseMIT

Pointless Wordle Solver

This is a very basic vanilla JS app to solve the Wordle puzzle game. The game is exceedingly boring if played with this script. Do not recommend. But it was fun procrastination. :)

Word list from Donald Knuth's list of five letter words.


To Do

  • when we know a letter exists elsewhere AND it's already in known spot also (yellow e while also green e, meaning we know word must have another e in addition to the known one)