WordleSolver
WordleSolver copied to clipboard
Algorithm to solve Wordle correctly 100% of the time within 6 attempts.
https://github.com/zulkarnine/WordleSolver/blob/8b90ce41cb5fa153f5bf3feda5c977192a73b040/all_wordle_words.txt#L916
I wanted to play around with probability of first guesses using the rewordle script. Is there a way I could specify what the first guess should be? I'm not exactly...
# Set up comprehensive Python testing infrastructure ## Summary This PR establishes a complete testing infrastructure for the Wordle project using modern Python development tools and best practices. The setup...