Edit Distance Wordle
Guess the 5-letter word. After each guess, you'll be told the Levenshtein edit distance between your word and the target word. A distance of 0 means you win!
This is much harder than regular Wordle, so you have infinite tries.
The valid words and word bank are the same as regular Wordle.
Valid words list: valid_words.txt
Word bank: word_bank.txt
Minimax script to determine solution in minimal guesses: guesser.py (requires word_bank.txt and valid_words.txt to be in the same folder)