A simple script to solve the word blitz game recursively using a dictionary of known words and a Trie.
Simply add the current 4x4 grid of characters on grid.txt
and run main.py
.
A simple script to solve the word blitz game recursivelly using a dictionary of known words and a Trie.
PythonMIT