Skip to content

benwang93/wordle_solver

Repository files navigation

Solver for Wordle-like puzzles

Solving capability

Rules to support:

  • Letter in specific location
  • Must contain at least 1 instance of certain letters
  • Does not contain certain letters
  • Word length

Steps:

  1. Filter to words of expected length
  2. Match hard rules (x letter in y position)
  3. Remove words containing illegal letters
  4. Remove words not containing at least 1 instance of each required letter

Suggestion capability

Feature to suggest best starting word.

Option #1: Basically, what n-letter word contains the most of "RSTLNE" (wheel of fortune)? Option #2: Or even better, process all n-letter words and see which letters are most common, then see which words contain the most

References (and special thanks to):

Releases

No releases published

Packages

No packages published

Languages