Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 518 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 518 Bytes

WordleSolver

A program to beat my friends in wordle.

Files

wordle_solver.py contains all the final code for solving wordle.

Data folder

valid-words.txt contains all valid wordle words. Credit to Sean Patlan where I found this csv of valid wordle words which I turned into a txt file.

first_word_stats.csv contains saved data from computing the best first word (takes a bit too long for normal play).