I've been going through the archives and it's frankly insulting how easy this is, like I completed the following in less than 30 seconds:

Wordle 200 4/6

⬛⬛🟨🟩⬛

⬛🟩⬛🟩⬛

⬛🟩🟨🟩🟩

🟩🟩🟩🟩🟩

Like people, all you have to do is get the 5-letter Scrabble word list, copy it into Excel, and write a simple boolean search algorithm in VBA. I have spent more time creating a usable UI for my program than doing these pathetic puzzles. The creators don't even think enough of you to use the uncommon Scrabble words like 'zaxes'.

  • OldMole [he/him]
    ·
    3 years ago

    Your method is laughably inefficient, it's far faster to just google the answer

    Wordle 220 1/6

    🟩🟩🟩🟩🟩

    • Speaker [e/em/eir]
      ·
      3 years ago

      It's far faster to just look at the hardcoded word list in the source code and get all the answers in order at once.