wordle-greedy Simple implementation of greedy min-max wordle strategy. For each step choose the guess that results in the fewest candidate solutions. run main.py for interactive prompt. Requires packages numpy and tqdm.