You are browsing as a guest. Sign up (or log in) to start making projects!

Wordle Solver

  • 1 Devlogs
  • 0 Total hours

Solves Wordle using Heuristic Frequency

Open comments for this post

17m 15s logged

Located Wordle Dictionaries - there’s 2 different ones: A list of possible answers (about 2309 in number) and a list of valid guesses (over 12000 words that aren’t in the possible answers). Stored them in a file and made a quick program to retrieve them and create a merged “master list”. I plan to use the valid guess words to lessen the remaining possible answers somewhere around turn 3 - there are 6 guesses after all.

0
Original post
@The_King

Located Wordle Dictionaries - there’s 2 different ones: A list of possible answers (about 2309 in number) and a list of valid guesses (over 12000 words that aren’t in the possible answers). Stored them in a file and made a quick program to retrieve them and create a merged “master list”. I plan to use the valid guess words to lessen the remaining possible answers somewhere around turn 3 - there are 6 guesses after all.

Replies

Loading replies…

0
28

Followers

Loading…