/squaredle-solver

Solve Squaredle (https://squaredle.app)

Primary LanguagePython

Squaredle Solver

Solve Squaredle (https://squaredle.app)

Python program to find out words, given a Squaredle and list of dictionary words

The words are indexed in a Trie. The input grid is traversed and each possible
word is searched for in the dictionary.